Shades of Fern #64BE76
Tints of Fern #64BE76
RGB
CMYK
RGB Variations
Color information
#64BE76 (or 0x64BE76) is known color: Fern. HEX triplet: 64, BE and 76. RGB value is (100,190,118). Sum of RGB (Red+Green+Blue) = 100+190+118=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BE76 is #9B4189. Grayscale: #9B9B9B. Windows color (decimal): -10174858 or 7781988. OLE color: 7781988.
HSL color Cylindrical-coordinate representation of color #64BE76: hue angle of 132º 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 #64BE76 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 190 | 118 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.25 |
| HSL | 132º | 0.41% | 0.57% | - |
| HSV(B) | 132º | 0.47% | 0.75% | - |
| XYZ | 26.94 | 40.84 | 23.6 | - |
| YUV | 154.88 | 107.18 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 118 | 0.47 | 0 | 0.38 | 0.25 | 132 | 0.41 | 0.57 |
| Hex | 64 | BE | 76 | 2F | 0 | 26 | 19 | 84 | 29 | 39 |
| Octal | 144 | 276 | 166 | 57 | 0 | 46 | 31 | 204 | 51 | 71 |
| Binary | 1100100 | 10111110 | 1110110 | 101111 | 0 | 100110 | 11001 | 10000100 | 101001 | 111001 |
Color Harmonies of #64BE76
Complementary color
Monochromatic Colors of #64BE76
Black with #64BE76
Text Example
Text Example
White with #64BE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BE76; }
p { color: rgb(100,190,118); }
H1.HeaderClassName
{
color: #64BE76;
}
.AnyTagClassName
{
color: #64BE76;
}
</style>
background-color css
<style>
a { background-color: #64BE76; }
a { background-color: rgb(100,190,118); }
div.DivClassName
{
background-color: #64BE76;
}
.BgClassName
{
background-color: #64BE76;
}
</style>
border-color css
<style>
span { border-color: #64BE76; }
span { border-color: rgb(100,190,118); }
td.TdClassName
{
border-color: #64BE76;
}
.TagClassName
{
border-color: #64BE76;
}
</style>