#66CC65

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

Shades of Fern #66CC65

Tints of Fern #66CC65

Color information

#66CC65 (or 0x66CC65) is unknown color: approx Fern. HEX triplet: 66, CC and 65. RGB value is (102,204,101). Sum of RGB (Red+Green+Blue) = 102+204+101=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CC65 is #99339A. Grayscale: #A2A2A2. Windows color (decimal): -10040219 or 6671462. OLE color: 6671462.

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

Color convert

RGB102204101-
CMYK0.500.500.2
HSL119.42º50.24%59.8%-
HSV(B)119.42º50.49%80%-
XYZ29.4246.9519.82-
YUV161.7693.7185.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.06%
GREEN value IS 204 (80.08% from 255) = 50.12%
BLUE value IS 101 (39.84% from 255) = 24.82%
R=25.06%
G=50.12%
B=24.82%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1022041010.500.500.2119.4250.2459.8
Hex66CC65320321477323c
Octal14631414562062241676274
Binary11001101100110011001011100100110010101001110111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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