#71C566

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

Shades of Mantis #71C566

Tints of Mantis #71C566

Color information

#71C566 (or 0x71C566) is unknown color: approx Mantis. HEX triplet: 71, C5 and 66. RGB value is (113,197,102). Sum of RGB (Red+Green+Blue) = 113+197+102=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #71C566 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C566 is #8E3A99. Grayscale: #A1A1A1. Windows color (decimal): -9321114 or 6735217. OLE color: 6735217.

HSL color Cylindrical-coordinate representation of color #71C566: hue angle of 113.05º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71C566 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB113197102-
CMYK0.4300.480.23
HSL113.05º45.02%58.63%-
HSV(B)113.05º48.22%77.25%-
XYZ29.1744.419.6-
YUV161.0594.6793.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.43%
GREEN value IS 197 (77.34% from 255) = 47.82%
BLUE value IS 102 (40.23% from 255) = 24.76%
R=27.43%
G=47.82%
B=24.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1131971020.4300.480.23113.0545.0258.63
Hex71C5662B03017712d3b
Octal16130514653060271615573
Binary11100011100010111001101010110110000101111110001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,197,102); }

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

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

 a { background-color: rgb(113,197,102); }

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

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

 span { border-color: rgb(113,197,102); }

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