Shades of Fern #64C564
Tints of Fern #64C564
RGB
CMYK
RGB Variations
Color information
#64C564 (or 0x64C564) is known color: Fern. HEX triplet: 64, C5 and 64. RGB value is (100,197,100). Sum of RGB (Red+Green+Blue) = 100+197+100=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #64C564 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C564 is #9B3A9B. Grayscale: #9D9D9D. Windows color (decimal): -10173084 or 6604132. OLE color: 6604132.
HSL color Cylindrical-coordinate representation of color #64C564: hue angle of 120º 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 #64C564 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 197 | 100 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.23 |
| HSL | 120º | 0.46% | 0.58% | - |
| HSV(B) | 120º | 0.49% | 0.77% | - |
| XYZ | 27.52 | 43.56 | 19.01 | - |
| YUV | 156.94 | 95.86 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 197 | 100 | 0.49 | 0 | 0.49 | 0.23 | 120 | 0.46 | 0.58 |
| Hex | 64 | C5 | 64 | 31 | 0 | 31 | 17 | 78 | 2E | 3A |
| Octal | 144 | 305 | 144 | 61 | 0 | 61 | 27 | 170 | 56 | 72 |
| Binary | 1100100 | 11000101 | 1100100 | 110001 | 0 | 110001 | 10111 | 1111000 | 101110 | 111010 |
Color Harmonies of #64C564
Complementary color
Monochromatic Colors of #64C564
Black with #64C564
Text Example
Text Example
White with #64C564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C564; }
p { color: rgb(100,197,100); }
H1.HeaderClassName
{
color: #64C564;
}
.AnyTagClassName
{
color: #64C564;
}
</style>
background-color css
<style>
a { background-color: #64C564; }
a { background-color: rgb(100,197,100); }
div.DivClassName
{
background-color: #64C564;
}
.BgClassName
{
background-color: #64C564;
}
</style>
border-color css
<style>
span { border-color: #64C564; }
span { border-color: rgb(100,197,100); }
td.TdClassName
{
border-color: #64C564;
}
.TagClassName
{
border-color: #64C564;
}
</style>