#66BC71

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

Shades of Fern #66BC71

Tints of Fern #66BC71

Color information

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

HSL color Cylindrical-coordinate representation of color #66BC71: hue angle of 127.67º 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 #66BC71 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB102188113-
CMYK0.4600.400.26
HSL127.67º39.09%56.86%-
HSV(B)127.67º45.74%73.73%-
XYZ26.4439.9821.95-
YUV153.74105.0191.1-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021881130.4600.400.26127.6739.0956.86
Hex66BC712E0281A802739
Octal14627416156050322004771
Binary110011010111100111000110111001010001101010000000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66BC71; }

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

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

<style>
 a { background-color: #66BC71; }

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

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

<style>
 span { border-color: #66BC71; }

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

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