#64CF5F

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

Shades of Fern #64CF5F

Tints of Fern #64CF5F

Color information

#64CF5F (or 0x64CF5F) is unknown color: approx Fern. HEX triplet: 64, CF and 5F. RGB value is (100,207,95). Sum of RGB (Red+Green+Blue) = 100+207+95=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CF5F is #9B30A0. Grayscale: #A2A2A2. Windows color (decimal): -10170529 or 6279012. OLE color: 6279012.

HSL color Cylindrical-coordinate representation of color #64CF5F: hue angle of 117.32º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64CF5F is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB10020795-
CMYK0.5200.540.19
HSL117.32º53.85%59.22%-
HSV(B)117.32º54.11%81.18%-
XYZ29.6348.1618.56-
YUV162.2490.0583.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.88%
GREEN value IS 207 (81.25% from 255) = 51.49%
BLUE value IS 95 (37.5% from 255) = 23.63%
R=24.88%
G=51.49%
B=23.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal100207950.5200.540.19117.3253.8559.22
Hex64CF5F340361375363b
Octal14431713764066231656673
Binary11001001100111110111111101000110110100111110101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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