Shades of Fern #64BE74
Tints of Fern #64BE74
RGB
CMYK
RGB Variations
Color information
#64BE74 (or 0x64BE74) is known color: Fern. HEX triplet: 64, BE and 74. RGB value is (100,190,116). Sum of RGB (Red+Green+Blue) = 100+190+116=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BE74 is #9B418B. Grayscale: #9A9A9A. Windows color (decimal): -10174860 or 7650916. OLE color: 7650916.
HSL color Cylindrical-coordinate representation of color #64BE74: hue angle of 130.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 #64BE74 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 190 | 116 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.25 |
| HSL | 130.67º | 0.41% | 0.57% | - |
| HSV(B) | 130.67º | 0.47% | 0.75% | - |
| XYZ | 26.82 | 40.8 | 22.98 | - |
| YUV | 154.65 | 106.18 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 116 | 0.47 | 0 | 0.39 | 0.25 | 130.67 | 0.41 | 0.57 |
| Hex | 64 | BE | 74 | 2F | 0 | 27 | 19 | 83 | 29 | 39 |
| Octal | 144 | 276 | 164 | 57 | 0 | 47 | 31 | 203 | 51 | 71 |
| Binary | 1100100 | 10111110 | 1110100 | 101111 | 0 | 100111 | 11001 | 10000011 | 101001 | 111001 |
Color Harmonies of #64BE74
Complementary color
Monochromatic Colors of #64BE74
Black with #64BE74
Text Example
Text Example
White with #64BE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BE74; }
p { color: rgb(100,190,116); }
H1.HeaderClassName
{
color: #64BE74;
}
.AnyTagClassName
{
color: #64BE74;
}
</style>
background-color css
<style>
a { background-color: #64BE74; }
a { background-color: rgb(100,190,116); }
div.DivClassName
{
background-color: #64BE74;
}
.BgClassName
{
background-color: #64BE74;
}
</style>
border-color css
<style>
span { border-color: #64BE74; }
span { border-color: rgb(100,190,116); }
td.TdClassName
{
border-color: #64BE74;
}
.TagClassName
{
border-color: #64BE74;
}
</style>