Shades of Fern #64C578
Tints of Fern #64C578
RGB
CMYK
RGB Variations
Color information
#64C578 (or 0x64C578) is known color: Fern. HEX triplet: 64, C5 and 78. RGB value is (100,197,120). Sum of RGB (Red+Green+Blue) = 100+197+120=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 197 - color contains mainly: green. Hex color #64C578 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C578 is #9B3A87. Grayscale: #9F9F9F. Windows color (decimal): -10173064 or 7914852. OLE color: 7914852.
HSL color Cylindrical-coordinate representation of color #64C578: hue angle of 132.37º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C578 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 197 | 120 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.23 |
| HSL | 132.37º | 0.46% | 0.58% | - |
| HSV(B) | 132.37º | 0.49% | 0.77% | - |
| XYZ | 28.61 | 44 | 24.75 | - |
| YUV | 159.22 | 105.86 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 197 | 120 | 0.49 | 0 | 0.39 | 0.23 | 132.37 | 0.46 | 0.58 |
| Hex | 64 | C5 | 78 | 31 | 0 | 27 | 17 | 84 | 2E | 3A |
| Octal | 144 | 305 | 170 | 61 | 0 | 47 | 27 | 204 | 56 | 72 |
| Binary | 1100100 | 11000101 | 1111000 | 110001 | 0 | 100111 | 10111 | 10000100 | 101110 | 111010 |
Color Harmonies of #64C578
Complementary color
Monochromatic Colors of #64C578
Black with #64C578
Text Example
Text Example
White with #64C578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C578; }
p { color: rgb(100,197,120); }
H1.HeaderClassName
{
color: #64C578;
}
.AnyTagClassName
{
color: #64C578;
}
</style>
background-color css
<style>
a { background-color: #64C578; }
a { background-color: rgb(100,197,120); }
div.DivClassName
{
background-color: #64C578;
}
.BgClassName
{
background-color: #64C578;
}
</style>
border-color css
<style>
span { border-color: #64C578; }
span { border-color: rgb(100,197,120); }
td.TdClassName
{
border-color: #64C578;
}
.TagClassName
{
border-color: #64C578;
}
</style>