#64CC5F

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

Shades of Fern #64CC5F

Tints of Fern #64CC5F

Color information

#64CC5F (or 0x64CC5F) is unknown color: approx Fern. HEX triplet: 64, CC and 5F. RGB value is (100,204,95). Sum of RGB (Red+Green+Blue) = 100+204+95=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CC5F is #9B33A0. Grayscale: #A0A0A0. Windows color (decimal): -10171297 or 6278244. OLE color: 6278244.

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

Color convert

RGB10020495-
CMYK0.5100.530.2
HSL117.25º51.66%58.63%-
HSV(B)117.25º53.43%80%-
XYZ28.9146.7218.32-
YUV160.4891.0484.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.06%
GREEN value IS 204 (80.08% from 255) = 51.13%
BLUE value IS 95 (37.5% from 255) = 23.81%
R=25.06%
G=51.13%
B=23.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal100204950.5100.530.2117.2551.6658.63
Hex64CC5F330351475343b
Octal14431413763065241656473
Binary11001001100110010111111100110110101101001110101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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