Shades of Fern #64C861
Tints of Fern #64C861
RGB
CMYK
RGB Variations
Color information
#64C861 (or 0x64C861) is known color: Fern. HEX triplet: 64, C8 and 61. RGB value is (100,200,97). Sum of RGB (Red+Green+Blue) = 100+200+97=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 200 (78.52% from 255 or 50.38% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 200 - color contains mainly: green. Hex color #64C861 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C861 is #9B379E. Grayscale: #9E9E9E. Windows color (decimal): -10172319 or 6408292. OLE color: 6408292.
HSL color Cylindrical-coordinate representation of color #64C861: hue angle of 118.25º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64C861 is Cyan = 0.5, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 200 | 97 | - |
| CMYK | 0.5 | 0 | 0.52 | 0.22 |
| HSL | 118.25º | 0.48% | 0.58% | - |
| HSV(B) | 118.25º | 0.52% | 0.78% | - |
| XYZ | 28.07 | 44.88 | 18.49 | - |
| YUV | 158.36 | 93.37 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 200 | 97 | 0.5 | 0 | 0.52 | 0.22 | 118.25 | 0.48 | 0.58 |
| Hex | 64 | C8 | 61 | 32 | 0 | 34 | 16 | 76 | 30 | 3A |
| Octal | 144 | 310 | 141 | 62 | 0 | 64 | 26 | 166 | 60 | 72 |
| Binary | 1100100 | 11001000 | 1100001 | 110010 | 0 | 110100 | 10110 | 1110110 | 110000 | 111010 |
Color Harmonies of #64C861
Complementary color
Monochromatic Colors of #64C861
Black with #64C861
Text Example
Text Example
White with #64C861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C861; }
p { color: rgb(100,200,97); }
H1.HeaderClassName
{
color: #64C861;
}
.AnyTagClassName
{
color: #64C861;
}
</style>
background-color css
<style>
a { background-color: #64C861; }
a { background-color: rgb(100,200,97); }
div.DivClassName
{
background-color: #64C861;
}
.BgClassName
{
background-color: #64C861;
}
</style>
border-color css
<style>
span { border-color: #64C861; }
span { border-color: rgb(100,200,97); }
td.TdClassName
{
border-color: #64C861;
}
.TagClassName
{
border-color: #64C861;
}
</style>