Shades of Fern #64C566
Tints of Fern #64C566
RGB
CMYK
RGB Variations
Color information
#64C566 (or 0x64C566) is known color: Fern. HEX triplet: 64, C5 and 66. RGB value is (100,197,102). Sum of RGB (Red+Green+Blue) = 100+197+102=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #64C566 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C566 is #9B3A99. Grayscale: #9D9D9D. Windows color (decimal): -10173082 or 6735204. OLE color: 6735204.
HSL color Cylindrical-coordinate representation of color #64C566: hue angle of 121.24º 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 #64C566 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 197 | 102 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.23 |
| HSL | 121.24º | 0.46% | 0.58% | - |
| HSV(B) | 121.24º | 0.49% | 0.77% | - |
| XYZ | 27.62 | 43.6 | 19.53 | - |
| YUV | 157.17 | 96.86 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 197 | 102 | 0.49 | 0 | 0.48 | 0.23 | 121.24 | 0.46 | 0.58 |
| Hex | 64 | C5 | 66 | 31 | 0 | 30 | 17 | 79 | 2E | 3A |
| Octal | 144 | 305 | 146 | 61 | 0 | 60 | 27 | 171 | 56 | 72 |
| Binary | 1100100 | 11000101 | 1100110 | 110001 | 0 | 110000 | 10111 | 1111001 | 101110 | 111010 |
Color Harmonies of #64C566
Complementary color
Monochromatic Colors of #64C566
Black with #64C566
Text Example
Text Example
White with #64C566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C566; }
p { color: rgb(100,197,102); }
H1.HeaderClassName
{
color: #64C566;
}
.AnyTagClassName
{
color: #64C566;
}
</style>
background-color css
<style>
a { background-color: #64C566; }
a { background-color: rgb(100,197,102); }
div.DivClassName
{
background-color: #64C566;
}
.BgClassName
{
background-color: #64C566;
}
</style>
border-color css
<style>
span { border-color: #64C566; }
span { border-color: rgb(100,197,102); }
td.TdClassName
{
border-color: #64C566;
}
.TagClassName
{
border-color: #64C566;
}
</style>