Shades of Fern #64BE77
Tints of Fern #64BE77
RGB
CMYK
RGB Variations
Color information
#64BE77 (or 0x64BE77) is known color: Fern. HEX triplet: 64, BE and 77. RGB value is (100,190,119). Sum of RGB (Red+Green+Blue) = 100+190+119=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BE77 is #9B4188. Grayscale: #9B9B9B. Windows color (decimal): -10174857 or 7847524. OLE color: 7847524.
HSL color Cylindrical-coordinate representation of color #64BE77: hue angle of 132.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BE77 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 190 | 119 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.25 |
| HSL | 132.67º | 0.41% | 0.57% | - |
| HSV(B) | 132.67º | 0.47% | 0.75% | - |
| XYZ | 27 | 40.87 | 23.92 | - |
| YUV | 155 | 107.68 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 119 | 0.47 | 0 | 0.37 | 0.25 | 132.67 | 0.41 | 0.57 |
| Hex | 64 | BE | 77 | 2F | 0 | 25 | 19 | 85 | 29 | 39 |
| Octal | 144 | 276 | 167 | 57 | 0 | 45 | 31 | 205 | 51 | 71 |
| Binary | 1100100 | 10111110 | 1110111 | 101111 | 0 | 100101 | 11001 | 10000101 | 101001 | 111001 |
Color Harmonies of #64BE77
Complementary color
Monochromatic Colors of #64BE77
Black with #64BE77
Text Example
Text Example
White with #64BE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BE77; }
p { color: rgb(100,190,119); }
H1.HeaderClassName
{
color: #64BE77;
}
.AnyTagClassName
{
color: #64BE77;
}
</style>
background-color css
<style>
a { background-color: #64BE77; }
a { background-color: rgb(100,190,119); }
div.DivClassName
{
background-color: #64BE77;
}
.BgClassName
{
background-color: #64BE77;
}
</style>
border-color css
<style>
span { border-color: #64BE77; }
span { border-color: rgb(100,190,119); }
td.TdClassName
{
border-color: #64BE77;
}
.TagClassName
{
border-color: #64BE77;
}
</style>