#66C66F

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

Shades of Fern #66C66F

Tints of Fern #66C66F

Color information

#66C66F (or 0x66C66F) is unknown color: approx Fern. HEX triplet: 66, C6 and 6F. RGB value is (102,198,111). Sum of RGB (Red+Green+Blue) = 102+198+111=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 198 - color contains mainly: green. Hex color #66C66F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C66F is #993990. Grayscale: #9F9F9F. Windows color (decimal): -10041745 or 7325286. OLE color: 7325286.

HSL color Cylindrical-coordinate representation of color #66C66F: hue angle of 125.62º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66C66F is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB102198111-
CMYK0.4800.440.22
HSL125.62º45.71%58.82%-
HSV(B)125.62º48.48%77.65%-
XYZ28.5444.3622.1-
YUV159.38100.787.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.82%
GREEN value IS 198 (77.73% from 255) = 48.18%
BLUE value IS 111 (43.75% from 255) = 27.01%
R=24.82%
G=48.18%
B=27.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1021981110.4800.440.22125.6245.7158.82
Hex66C66F3002C167e2e3b
Octal14630615760054261765673
Binary11001101100011011011111100000101100101101111110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,198,111); }

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

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

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

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

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

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

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