Shades of Fern #64C579
Tints of Fern #64C579
RGB
CMYK
RGB Variations
Color information
#64C579 (or 0x64C579) is known color: Fern. HEX triplet: 64, C5 and 79. RGB value is (100,197,121). Sum of RGB (Red+Green+Blue) = 100+197+121=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #64C579 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C579 is #9B3A86. Grayscale: #9F9F9F. Windows color (decimal): -10173063 or 7980388. OLE color: 7980388.
HSL color Cylindrical-coordinate representation of color #64C579: hue angle of 132.99º 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 #64C579 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 197 | 121 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.23 |
| HSL | 132.99º | 0.46% | 0.58% | - |
| HSV(B) | 132.99º | 0.49% | 0.77% | - |
| XYZ | 28.67 | 44.02 | 25.08 | - |
| YUV | 159.33 | 106.36 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 197 | 121 | 0.49 | 0 | 0.39 | 0.23 | 132.99 | 0.46 | 0.58 |
| Hex | 64 | C5 | 79 | 31 | 0 | 27 | 17 | 85 | 2E | 3A |
| Octal | 144 | 305 | 171 | 61 | 0 | 47 | 27 | 205 | 56 | 72 |
| Binary | 1100100 | 11000101 | 1111001 | 110001 | 0 | 100111 | 10111 | 10000101 | 101110 | 111010 |
Color Harmonies of #64C579
Complementary color
Monochromatic Colors of #64C579
Black with #64C579
Text Example
Text Example
White with #64C579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C579; }
p { color: rgb(100,197,121); }
H1.HeaderClassName
{
color: #64C579;
}
.AnyTagClassName
{
color: #64C579;
}
</style>
background-color css
<style>
a { background-color: #64C579; }
a { background-color: rgb(100,197,121); }
div.DivClassName
{
background-color: #64C579;
}
.BgClassName
{
background-color: #64C579;
}
</style>
border-color css
<style>
span { border-color: #64C579; }
span { border-color: rgb(100,197,121); }
td.TdClassName
{
border-color: #64C579;
}
.TagClassName
{
border-color: #64C579;
}
</style>