Shades of Fern #64D15A
Tints of Fern #64D15A
RGB
CMYK
RGB Variations
Color information
#64D15A (or 0x64D15A) is known color: Fern. HEX triplet: 64, D1 and 5A. RGB value is (100,209,90). Sum of RGB (Red+Green+Blue) = 100+209+90=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 209 (82.03% from 255 or 52.38% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 209 - color contains mainly: green. Hex color #64D15A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D15A is #9B2EA5. Grayscale: #A3A3A3. Windows color (decimal): -10170022 or 5951844. OLE color: 5951844.
HSL color Cylindrical-coordinate representation of color #64D15A: hue angle of 114.96º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64D15A is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 209 | 90 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.18 |
| HSL | 114.96º | 0.56% | 0.59% | - |
| HSV(B) | 114.96º | 0.57% | 0.82% | - |
| XYZ | 29.9 | 49.05 | 17.56 | - |
| YUV | 162.84 | 86.89 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 209 | 90 | 0.52 | 0 | 0.57 | 0.18 | 114.96 | 0.56 | 0.59 |
| Hex | 64 | D1 | 5A | 34 | 0 | 39 | 12 | 73 | 38 | 3B |
| Octal | 144 | 321 | 132 | 64 | 0 | 71 | 22 | 163 | 70 | 73 |
| Binary | 1100100 | 11010001 | 1011010 | 110100 | 0 | 111001 | 10010 | 1110011 | 111000 | 111011 |
Color Harmonies of #64D15A
Complementary color
Monochromatic Colors of #64D15A
Black with #64D15A
Text Example
Text Example
White with #64D15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D15A; }
p { color: rgb(100,209,90); }
H1.HeaderClassName
{
color: #64D15A;
}
.AnyTagClassName
{
color: #64D15A;
}
</style>
background-color css
<style>
a { background-color: #64D15A; }
a { background-color: rgb(100,209,90); }
div.DivClassName
{
background-color: #64D15A;
}
.BgClassName
{
background-color: #64D15A;
}
</style>
border-color css
<style>
span { border-color: #64D15A; }
span { border-color: rgb(100,209,90); }
td.TdClassName
{
border-color: #64D15A;
}
.TagClassName
{
border-color: #64D15A;
}
</style>