Shades of Fern #64D062
Tints of Fern #64D062
RGB
CMYK
RGB Variations
Color information
#64D062 (or 0x64D062) is known color: Fern. HEX triplet: 64, D0 and 62. RGB value is (100,208,98). Sum of RGB (Red+Green+Blue) = 100+208+98=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 208 (81.64% from 255 or 51.23% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 208 - color contains mainly: green. Hex color #64D062 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D062 is #9B2F9D. Grayscale: #A3A3A3. Windows color (decimal): -10170270 or 6475876. OLE color: 6475876.
HSL color Cylindrical-coordinate representation of color #64D062: hue angle of 118.91º 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 #64D062 is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 208 | 98 | - |
| CMYK | 0.52 | 0 | 0.53 | 0.18 |
| HSL | 118.91º | 0.54% | 0.6% | - |
| HSV(B) | 118.91º | 0.53% | 0.82% | - |
| XYZ | 30.02 | 48.7 | 19.37 | - |
| YUV | 163.17 | 91.22 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 208 | 98 | 0.52 | 0 | 0.53 | 0.18 | 118.91 | 0.54 | 0.6 |
| Hex | 64 | D0 | 62 | 34 | 0 | 35 | 12 | 77 | 36 | 3C |
| Octal | 144 | 320 | 142 | 64 | 0 | 65 | 22 | 167 | 66 | 74 |
| Binary | 1100100 | 11010000 | 1100010 | 110100 | 0 | 110101 | 10010 | 1110111 | 110110 | 111100 |
Color Harmonies of #64D062
Complementary color
Monochromatic Colors of #64D062
Black with #64D062
Text Example
Text Example
White with #64D062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D062; }
p { color: rgb(100,208,98); }
H1.HeaderClassName
{
color: #64D062;
}
.AnyTagClassName
{
color: #64D062;
}
</style>
background-color css
<style>
a { background-color: #64D062; }
a { background-color: rgb(100,208,98); }
div.DivClassName
{
background-color: #64D062;
}
.BgClassName
{
background-color: #64D062;
}
</style>
border-color css
<style>
span { border-color: #64D062; }
span { border-color: rgb(100,208,98); }
td.TdClassName
{
border-color: #64D062;
}
.TagClassName
{
border-color: #64D062;
}
</style>