#64CC66

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

Shades of Fern #64CC66

Tints of Fern #64CC66

Color information

#64CC66 (or 0x64CC66) is unknown color: approx Fern. HEX triplet: 64, CC and 66. RGB value is (100,204,102). Sum of RGB (Red+Green+Blue) = 100+204+102=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CC66 is #9B3399. Grayscale: #A1A1A1. Windows color (decimal): -10171290 or 6736996. OLE color: 6736996.

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

Color convert

RGB100204102-
CMYK0.5100.50.2
HSL121.15º50.49%59.61%-
HSV(B)121.15º50.98%80%-
XYZ29.2546.8520.07-
YUV161.2894.5484.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.63%
GREEN value IS 204 (80.08% from 255) = 50.25%
BLUE value IS 102 (40.23% from 255) = 25.12%
R=24.63%
G=50.25%
B=25.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1002041020.5100.50.2121.1550.4959.61
Hex64CC66330321479323c
Octal14431414663062241716274
Binary11001001100110011001101100110110010101001111001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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