#71BC66

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

Shades of Fern #71BC66

Tints of Fern #71BC66

Color information

#71BC66 (or 0x71BC66) is unknown color: approx Fern. HEX triplet: 71, BC and 66. RGB value is (113,188,102). Sum of RGB (Red+Green+Blue) = 113+188+102=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BC66 is #8E4399. Grayscale: #9C9C9C. Windows color (decimal): -9323418 or 6732913. OLE color: 6732913.

HSL color Cylindrical-coordinate representation of color #71BC66: hue angle of 112.33º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71BC66 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB113188102-
CMYK0.4000.460.26
HSL112.33º39.09%56.86%-
HSV(B)112.33º45.74%73.73%-
XYZ27.1940.4418.94-
YUV155.7797.6597.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.04%
GREEN value IS 188 (73.83% from 255) = 46.65%
BLUE value IS 102 (40.23% from 255) = 25.31%
R=28.04%
G=46.65%
B=25.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131881020.4000.460.26112.3339.0956.86
Hex71BC662802E1A702739
Octal16127414650056321604771
Binary11100011011110011001101010000101110110101110000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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