Shades of Fern #64C860
Tints of Fern #64C860
RGB
CMYK
RGB Variations
Color information
#64C860 (or 0x64C860) is known color: Fern. HEX triplet: 64, C8 and 60. RGB value is (100,200,96). Sum of RGB (Red+Green+Blue) = 100+200+96=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 200 (78.52% from 255 or 50.51% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 200 - color contains mainly: green. Hex color #64C860 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C860 is #9B379F. Grayscale: #9E9E9E. Windows color (decimal): -10172320 or 6342756. OLE color: 6342756.
HSL color Cylindrical-coordinate representation of color #64C860: hue angle of 117.69º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64C860 is Cyan = 0.5, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 200 | 96 | - |
| CMYK | 0.5 | 0 | 0.52 | 0.22 |
| HSL | 117.69º | 0.49% | 0.58% | - |
| HSV(B) | 117.69º | 0.52% | 0.78% | - |
| XYZ | 28.02 | 44.86 | 18.25 | - |
| YUV | 158.24 | 92.87 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 200 | 96 | 0.5 | 0 | 0.52 | 0.22 | 117.69 | 0.49 | 0.58 |
| Hex | 64 | C8 | 60 | 32 | 0 | 34 | 16 | 76 | 31 | 3A |
| Octal | 144 | 310 | 140 | 62 | 0 | 64 | 26 | 166 | 61 | 72 |
| Binary | 1100100 | 11001000 | 1100000 | 110010 | 0 | 110100 | 10110 | 1110110 | 110001 | 111010 |
Color Harmonies of #64C860
Complementary color
Monochromatic Colors of #64C860
Black with #64C860
Text Example
Text Example
White with #64C860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C860; }
p { color: rgb(100,200,96); }
H1.HeaderClassName
{
color: #64C860;
}
.AnyTagClassName
{
color: #64C860;
}
</style>
background-color css
<style>
a { background-color: #64C860; }
a { background-color: rgb(100,200,96); }
div.DivClassName
{
background-color: #64C860;
}
.BgClassName
{
background-color: #64C860;
}
</style>
border-color css
<style>
span { border-color: #64C860; }
span { border-color: rgb(100,200,96); }
td.TdClassName
{
border-color: #64C860;
}
.TagClassName
{
border-color: #64C860;
}
</style>