#66C466

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

Shades of Fern #66C466

Tints of Fern #66C466

Color information

#66C466 (or 0x66C466) is unknown color: approx Fern. HEX triplet: 66, C4 and 66. RGB value is (102,196,102). Sum of RGB (Red+Green+Blue) = 102+196+102=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 196 (76.95% from 255 or 49% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 196 - color contains mainly: green. Hex color #66C466 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C466 is #993B99. Grayscale: #9D9D9D. Windows color (decimal): -10042266 or 6734950. OLE color: 6734950.

HSL color Cylindrical-coordinate representation of color #66C466: hue angle of 120º 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 #66C466 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB102196102-
CMYK0.4800.480.23
HSL120º44.34%58.43%-
HSV(B)120º47.96%76.86%-
XYZ27.6243.2619.47-
YUV157.1896.8688.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.5%
GREEN value IS 196 (76.95% from 255) = 49%
BLUE value IS 102 (40.23% from 255) = 25.5%
R=25.5%
G=49%
B=25.5%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1021961020.4800.480.2312044.3458.43
Hex66C4663003017782c3a
Octal14630414660060271705472
Binary11001101100010011001101100000110000101111111000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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