Shades of Fern #64B55E
Tints of Fern #64B55E
RGB
CMYK
RGB Variations
Color information
#64B55E (or 0x64B55E) is known color: Fern. HEX triplet: 64, B5 and 5E. RGB value is (100,181,94). Sum of RGB (Red+Green+Blue) = 100+181+94=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #64B55E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B55E is #9B4AA1. Grayscale: #939393. Windows color (decimal): -10177186 or 6206820. OLE color: 6206820.
HSL color Cylindrical-coordinate representation of color #64B55E: hue angle of 115.86º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64B55E is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 181 | 94 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.29 |
| HSL | 115.86º | 0.37% | 0.54% | - |
| HSV(B) | 115.86º | 0.48% | 0.71% | - |
| XYZ | 23.8 | 36.57 | 16.39 | - |
| YUV | 146.86 | 98.16 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 181 | 94 | 0.45 | 0 | 0.48 | 0.29 | 115.86 | 0.37 | 0.54 |
| Hex | 64 | B5 | 5E | 2D | 0 | 30 | 1D | 74 | 25 | 36 |
| Octal | 144 | 265 | 136 | 55 | 0 | 60 | 35 | 164 | 45 | 66 |
| Binary | 1100100 | 10110101 | 1011110 | 101101 | 0 | 110000 | 11101 | 1110100 | 100101 | 110110 |
Color Harmonies of #64B55E
Complementary color
Monochromatic Colors of #64B55E
Black with #64B55E
Text Example
Text Example
White with #64B55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B55E; }
p { color: rgb(100,181,94); }
H1.HeaderClassName
{
color: #64B55E;
}
.AnyTagClassName
{
color: #64B55E;
}
</style>
background-color css
<style>
a { background-color: #64B55E; }
a { background-color: rgb(100,181,94); }
div.DivClassName
{
background-color: #64B55E;
}
.BgClassName
{
background-color: #64B55E;
}
</style>
border-color css
<style>
span { border-color: #64B55E; }
span { border-color: rgb(100,181,94); }
td.TdClassName
{
border-color: #64B55E;
}
.TagClassName
{
border-color: #64B55E;
}
</style>