Shades of Fern #64C779
Tints of Fern #64C779
RGB
CMYK
RGB Variations
Color information
#64C779 (or 0x64C779) is known color: Fern. HEX triplet: 64, C7 and 79. RGB value is (100,199,121). Sum of RGB (Red+Green+Blue) = 100+199+121=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 199 - color contains mainly: green. Hex color #64C779 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C779 is #9B3886. Grayscale: #A0A0A0. Windows color (decimal): -10172551 or 7980900. OLE color: 7980900.
HSL color Cylindrical-coordinate representation of color #64C779: hue angle of 132.73º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C779 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 199 | 121 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.22 |
| HSL | 132.73º | 0.47% | 0.59% | - |
| HSV(B) | 132.73º | 0.5% | 0.78% | - |
| XYZ | 29.13 | 44.94 | 25.23 | - |
| YUV | 160.51 | 105.7 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 199 | 121 | 0.50 | 0 | 0.39 | 0.22 | 132.73 | 0.47 | 0.59 |
| Hex | 64 | C7 | 79 | 32 | 0 | 27 | 16 | 85 | 2F | 3B |
| Octal | 144 | 307 | 171 | 62 | 0 | 47 | 26 | 205 | 57 | 73 |
| Binary | 1100100 | 11000111 | 1111001 | 110010 | 0 | 100111 | 10110 | 10000101 | 101111 | 111011 |
Color Harmonies of #64C779
Complementary color
Monochromatic Colors of #64C779
Black with #64C779
Text Example
Text Example
White with #64C779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C779; }
p { color: rgb(100,199,121); }
H1.HeaderClassName
{
color: #64C779;
}
.AnyTagClassName
{
color: #64C779;
}
</style>
background-color css
<style>
a { background-color: #64C779; }
a { background-color: rgb(100,199,121); }
div.DivClassName
{
background-color: #64C779;
}
.BgClassName
{
background-color: #64C779;
}
</style>
border-color css
<style>
span { border-color: #64C779; }
span { border-color: rgb(100,199,121); }
td.TdClassName
{
border-color: #64C779;
}
.TagClassName
{
border-color: #64C779;
}
</style>