#66C476

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

Shades of Fern #66C476

Tints of Fern #66C476

Color information

#66C476 (or 0x66C476) is unknown color: approx Fern. HEX triplet: 66, C4 and 76. RGB value is (102,196,118). Sum of RGB (Red+Green+Blue) = 102+196+118=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #66C476 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C476 is #993B89. Grayscale: #9F9F9F. Windows color (decimal): -10042250 or 7783526. OLE color: 7783526.

HSL color Cylindrical-coordinate representation of color #66C476: hue angle of 130.21º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66C476 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB102196118-
CMYK0.4800.400.23
HSL130.21º44.34%58.43%-
HSV(B)130.21º47.96%76.86%-
XYZ28.4943.6124.06-
YUV159104.8687.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.52%
GREEN value IS 196 (76.95% from 255) = 47.12%
BLUE value IS 118 (46.48% from 255) = 28.37%
R=24.52%
G=47.12%
B=28.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1021961180.4800.400.23130.2144.3458.43
Hex66C4763002817822c3a
Octal14630416660050272025472
Binary110011011000100111011011000001010001011110000010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,196,118); }

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

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

 a { background-color: rgb(102,196,118); }

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

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

 span { border-color: rgb(102,196,118); }

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