#64C96D

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

Shades of Fern #64C96D

Tints of Fern #64C96D

Color information

#64C96D (or 0x64C96D) is unknown color: approx Fern. HEX triplet: 64, C9 and 6D. RGB value is (100,201,109). Sum of RGB (Red+Green+Blue) = 100+201+109=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 201 (78.91% from 255 or 49.02% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 201 - color contains mainly: green. Hex color #64C96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C96D is #9B3692. Grayscale: #A0A0A0. Windows color (decimal): -10172051 or 7194980. OLE color: 7194980.

HSL color Cylindrical-coordinate representation of color #64C96D: hue angle of 125.35º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C96D is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB100201109-
CMYK0.5000.460.21
HSL125.35º48.33%59.02%-
HSV(B)125.35º50.25%78.82%-
XYZ28.945.5921.74-
YUV160.3199.0484.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.39%
GREEN value IS 201 (78.91% from 255) = 49.02%
BLUE value IS 109 (42.97% from 255) = 26.59%
R=24.39%
G=49.02%
B=26.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1002011090.5000.460.21125.3548.3359.02
Hex64C96D3202E157d303b
Octal14431115562056251756073
Binary11001001100100111011011100100101110101011111101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,201,109); }

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

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

 a { background-color: rgb(100,201,109); }

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

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

 span { border-color: rgb(100,201,109); }

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