#66CC6C

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

Shades of Fern #66CC6C

Tints of Fern #66CC6C

Color information

#66CC6C (or 0x66CC6C) is unknown color: approx Fern. HEX triplet: 66, CC and 6C. RGB value is (102,204,108). Sum of RGB (Red+Green+Blue) = 102+204+108=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CC6C is #993393. Grayscale: #A2A2A2. Windows color (decimal): -10040212 or 7130214. OLE color: 7130214.

HSL color Cylindrical-coordinate representation of color #66CC6C: hue angle of 123.53º 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 #66CC6C is Cyan = 0.5, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB102204108-
CMYK0.500.470.2
HSL123.53º50%60%-
HSV(B)123.53º50%80%-
XYZ29.7847.0921.71-
YUV162.5697.2184.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.64%
GREEN value IS 204 (80.08% from 255) = 49.28%
BLUE value IS 108 (42.58% from 255) = 26.09%
R=24.64%
G=49.28%
B=26.09%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1022041080.500.470.2123.535060
Hex66CC6C3202F147c323c
Octal14631415462057241746274
Binary11001101100110011011001100100101111101001111100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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