#66CC66

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

Shades of Fern #66CC66

Tints of Fern #66CC66

Color information

#66CC66 (or 0x66CC66) is unknown color: approx Fern. HEX triplet: 66, CC and 66. RGB value is (102,204,102). Sum of RGB (Red+Green+Blue) = 102+204+102=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC66 is a web safe color. Inversed color of #66CC66 is #993399. Grayscale: #A2A2A2. Windows color (decimal): -10040218 or 6736998. OLE color: 6736998.

HSL color Cylindrical-coordinate representation of color #66CC66: hue angle of 120º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CC66 is Cyan = 0.5, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB102204102-
CMYK0.500.50.2
HSL120º50%60%-
HSV(B)120º50%80%-
XYZ29.4746.9720.08-
YUV161.8794.2185.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25%
GREEN value IS 204 (80.08% from 255) = 50%
BLUE value IS 102 (40.23% from 255) = 25%
R=25%
G=50%
B=25%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1022041020.500.50.21205060
Hex66CC66320321478323c
Octal14631414662062241706274
Binary11001101100110011001101100100110010101001111000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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