#71D156

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

Shades of Mantis #71D156

Tints of Mantis #71D156

Color information

#71D156 (or 0x71D156) is unknown color: approx Mantis. HEX triplet: 71, D1 and 56. RGB value is (113,209,86). Sum of RGB (Red+Green+Blue) = 113+209+86=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 209 (82.03% from 255 or 51.23% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 209 - color contains mainly: green. Hex color #71D156 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D156 is #8E2EA9. Grayscale: #A6A6A6. Windows color (decimal): -9318058 or 5689713. OLE color: 5689713.

HSL color Cylindrical-coordinate representation of color #71D156: hue angle of 106.83º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71D156 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB11320986-
CMYK0.4600.590.18
HSL106.83º57.21%57.84%-
HSV(B)106.83º58.85%81.96%-
XYZ31.2949.7816.76-
YUV166.2782.790-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.70%
GREEN value IS 209 (82.03% from 255) = 51.23%
BLUE value IS 86 (33.98% from 255) = 21.08%
R=27.70%
G=51.23%
B=21.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal113209860.4600.590.18106.8357.2157.84
Hex71D1562E03B126b393a
Octal16132112656073221537172
Binary11100011101000110101101011100111011100101101011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,209,86); }

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

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

 a { background-color: rgb(113,209,86); }

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

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

 span { border-color: rgb(113,209,86); }

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