Shades of Fern #64C959
Tints of Fern #64C959
RGB
CMYK
RGB Variations
Color information
#64C959 (or 0x64C959) is known color: Fern. HEX triplet: 64, C9 and 59. RGB value is (100,201,89). Sum of RGB (Red+Green+Blue) = 100+201+89=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #64C959 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C959 is #9B36A6. Grayscale: #9E9E9E. Windows color (decimal): -10172071 or 5884260. OLE color: 5884260.
HSL color Cylindrical-coordinate representation of color #64C959: hue angle of 114.11º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64C959 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 201 | 89 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.21 |
| HSL | 114.11º | 0.51% | 0.57% | - |
| HSV(B) | 114.11º | 0.56% | 0.79% | - |
| XYZ | 27.95 | 45.2 | 16.7 | - |
| YUV | 158.03 | 89.04 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 201 | 89 | 0.50 | 0 | 0.56 | 0.21 | 114.11 | 0.51 | 0.57 |
| Hex | 64 | C9 | 59 | 32 | 0 | 38 | 15 | 72 | 33 | 39 |
| Octal | 144 | 311 | 131 | 62 | 0 | 70 | 25 | 162 | 63 | 71 |
| Binary | 1100100 | 11001001 | 1011001 | 110010 | 0 | 111000 | 10101 | 1110010 | 110011 | 111001 |
Color Harmonies of #64C959
Complementary color
Monochromatic Colors of #64C959
Black with #64C959
Text Example
Text Example
White with #64C959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C959; }
p { color: rgb(100,201,89); }
H1.HeaderClassName
{
color: #64C959;
}
.AnyTagClassName
{
color: #64C959;
}
</style>
background-color css
<style>
a { background-color: #64C959; }
a { background-color: rgb(100,201,89); }
div.DivClassName
{
background-color: #64C959;
}
.BgClassName
{
background-color: #64C959;
}
</style>
border-color css
<style>
span { border-color: #64C959; }
span { border-color: rgb(100,201,89); }
td.TdClassName
{
border-color: #64C959;
}
.TagClassName
{
border-color: #64C959;
}
</style>