#64D061

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

Shades of Fern #64D061

Tints of Fern #64D061

Color information

#64D061 (or 0x64D061) is unknown color: approx Fern. HEX triplet: 64, D0 and 61. RGB value is (100,208,97). Sum of RGB (Red+Green+Blue) = 100+208+97=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 208 (81.64% from 255 or 51.36% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 208 - color contains mainly: green. Hex color #64D061 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D061 is #9B2F9E. Grayscale: #A3A3A3. Windows color (decimal): -10170271 or 6410340. OLE color: 6410340.

HSL color Cylindrical-coordinate representation of color #64D061: hue angle of 118.38º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D061 is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB10020897-
CMYK0.5200.530.18
HSL118.38º54.15%59.8%-
HSV(B)118.38º53.37%81.57%-
XYZ29.9748.6819.13-
YUV163.0590.7283.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.69%
GREEN value IS 208 (81.64% from 255) = 51.36%
BLUE value IS 97 (38.28% from 255) = 23.95%
R=24.69%
G=51.36%
B=23.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal100208970.5200.530.18118.3854.1559.8
Hex64D061340351276363c
Octal14432014164065221666674
Binary11001001101000011000011101000110101100101110110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,208,97); }

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

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

 a { background-color: rgb(100,208,97); }

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

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

 span { border-color: rgb(100,208,97); }

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