#64C66E

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

Shades of Fern #64C66E

Tints of Fern #64C66E

Color information

#64C66E (or 0x64C66E) is unknown color: approx Fern. HEX triplet: 64, C6 and 6E. RGB value is (100,198,110). Sum of RGB (Red+Green+Blue) = 100+198+110=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 198 (77.73% from 255 or 48.53% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 198 - color contains mainly: green. Hex color #64C66E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C66E is #9B3991. Grayscale: #9E9E9E. Windows color (decimal): -10172818 or 7259748. OLE color: 7259748.

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

Color convert

RGB100198110-
CMYK0.4900.440.22
HSL126.12º46.23%58.43%-
HSV(B)126.12º49.49%77.65%-
XYZ28.2644.2221.8-
YUV158.67100.5386.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.51%
GREEN value IS 198 (77.73% from 255) = 48.53%
BLUE value IS 110 (43.36% from 255) = 26.96%
R=24.51%
G=48.53%
B=26.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1001981100.4900.440.22126.1246.2358.43
Hex64C66E3102C167e2e3a
Octal14430615661054261765672
Binary11001001100011011011101100010101100101101111110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,198,110); }

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

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

 a { background-color: rgb(100,198,110); }

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

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

 span { border-color: rgb(100,198,110); }

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