#71D44A

Color #71D44A Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #71D44A

Tints of Mantis #71D44A

Color information

#71D44A (or 0x71D44A) is unknown color: approx Mantis. HEX triplet: 71, D4 and 4A. RGB value is (113,212,74). Sum of RGB (Red+Green+Blue) = 113+212+74=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 212 (83.20% from 255 or 53.13% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 212 - color contains mainly: green. Hex color #71D44A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D44A is #8E2BB5. Grayscale: #A7A7A7. Windows color (decimal): -9317302 or 4904049. OLE color: 4904049.

HSL color Cylindrical-coordinate representation of color #71D44A: hue angle of 103.04º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71D44A is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB11321274-
CMYK0.4700.650.17
HSL103.04º61.61%56.08%-
HSV(B)103.04º65.09%83.14%-
XYZ31.5951.0914.68-
YUV166.6775.789.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 28.32%
GREEN value IS 212 (83.20% from 255) = 53.13%
BLUE value IS 74 (29.30% from 255) = 18.55%
R=28.32%
G=53.13%
B=18.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal113212740.4700.650.17103.0461.6156.08
Hex71D44A2F04111673e38
Octal161324112570101211477670
Binary111000111010100100101010111101000001100011100111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71D44A; }

 p { color: rgb(113,212,74); }

 H1.HeaderClassName
 {
   color: #71D44A;
 }
 .AnyTagClassName
 {
   color: #71D44A;
 }
</style>
background-color css

<style>
 a { background-color: #71D44A; }

 a { background-color: rgb(113,212,74); }

 div.DivClassName
 {
   background-color: #71D44A;
 }
 .BgClassName
 {
   background-color: #71D44A;
 }
</style>
border-color css

<style>
 span { border-color: #71D44A; }

 span { border-color: rgb(113,212,74); }

 td.TdClassName
 {
   border-color: #71D44A;
 }
 .TagClassName
 {
   border-color: #71D44A;
 }
</style>