Shades of Fern #64D06F
Tints of Fern #64D06F
RGB
CMYK
RGB Variations
Color information
#64D06F (or 0x64D06F) is known color: Fern. HEX triplet: 64, D0 and 6F. RGB value is (100,208,111). Sum of RGB (Red+Green+Blue) = 100+208+111=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #64D06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D06F is #9B2F90. Grayscale: #A4A4A4. Windows color (decimal): -10170257 or 7327844. OLE color: 7327844.
HSL color Cylindrical-coordinate representation of color #64D06F: hue angle of 126.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D06F is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 208 | 111 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.18 |
| HSL | 126.11º | 0.53% | 0.6% | - |
| HSV(B) | 126.11º | 0.52% | 0.82% | - |
| XYZ | 30.68 | 48.97 | 22.87 | - |
| YUV | 164.65 | 97.72 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 208 | 111 | 0.52 | 0 | 0.47 | 0.18 | 126.11 | 0.53 | 0.6 |
| Hex | 64 | D0 | 6F | 34 | 0 | 2F | 12 | 7E | 35 | 3C |
| Octal | 144 | 320 | 157 | 64 | 0 | 57 | 22 | 176 | 65 | 74 |
| Binary | 1100100 | 11010000 | 1101111 | 110100 | 0 | 101111 | 10010 | 1111110 | 110101 | 111100 |
Color Harmonies of #64D06F
Complementary color
Monochromatic Colors of #64D06F
Black with #64D06F
Text Example
Text Example
White with #64D06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D06F; }
p { color: rgb(100,208,111); }
H1.HeaderClassName
{
color: #64D06F;
}
.AnyTagClassName
{
color: #64D06F;
}
</style>
background-color css
<style>
a { background-color: #64D06F; }
a { background-color: rgb(100,208,111); }
div.DivClassName
{
background-color: #64D06F;
}
.BgClassName
{
background-color: #64D06F;
}
</style>
border-color css
<style>
span { border-color: #64D06F; }
span { border-color: rgb(100,208,111); }
td.TdClassName
{
border-color: #64D06F;
}
.TagClassName
{
border-color: #64D06F;
}
</style>