Shades of Fern #64BC79
Tints of Fern #64BC79
RGB
CMYK
RGB Variations
Color information
#64BC79 (or 0x64BC79) is known color: Fern. HEX triplet: 64, BC and 79. RGB value is (100,188,121). Sum of RGB (Red+Green+Blue) = 100+188+121=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BC79 is #9B4386. Grayscale: #9A9A9A. Windows color (decimal): -10175367 or 7978084. OLE color: 7978084.
HSL color Cylindrical-coordinate representation of color #64BC79: hue angle of 134.32º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BC79 is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 188 | 121 | - |
| CMYK | 0.47 | 0 | 0.36 | 0.26 |
| HSL | 134.32º | 0.4% | 0.56% | - |
| HSV(B) | 134.32º | 0.47% | 0.74% | - |
| XYZ | 26.69 | 40.06 | 24.41 | - |
| YUV | 154.05 | 109.35 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 121 | 0.47 | 0 | 0.36 | 0.26 | 134.32 | 0.4 | 0.56 |
| Hex | 64 | BC | 79 | 2F | 0 | 24 | 1A | 86 | 28 | 38 |
| Octal | 144 | 274 | 171 | 57 | 0 | 44 | 32 | 206 | 50 | 70 |
| Binary | 1100100 | 10111100 | 1111001 | 101111 | 0 | 100100 | 11010 | 10000110 | 101000 | 111000 |
Color Harmonies of #64BC79
Complementary color
Monochromatic Colors of #64BC79
Black with #64BC79
Text Example
Text Example
White with #64BC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BC79; }
p { color: rgb(100,188,121); }
H1.HeaderClassName
{
color: #64BC79;
}
.AnyTagClassName
{
color: #64BC79;
}
</style>
background-color css
<style>
a { background-color: #64BC79; }
a { background-color: rgb(100,188,121); }
div.DivClassName
{
background-color: #64BC79;
}
.BgClassName
{
background-color: #64BC79;
}
</style>
border-color css
<style>
span { border-color: #64BC79; }
span { border-color: rgb(100,188,121); }
td.TdClassName
{
border-color: #64BC79;
}
.TagClassName
{
border-color: #64BC79;
}
</style>