Shades of Fern #64B86F
Tints of Fern #64B86F
RGB
CMYK
RGB Variations
Color information
#64B86F (or 0x64B86F) is known color: Fern. HEX triplet: 64, B8 and 6F. RGB value is (100,184,111). Sum of RGB (Red+Green+Blue) = 100+184+111=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 184 (72.27% from 255 or 46.58% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 184 - color contains mainly: green. Hex color #64B86F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B86F is #9B4790. Grayscale: #969696. Windows color (decimal): -10176401 or 7321700. OLE color: 7321700.
HSL color Cylindrical-coordinate representation of color #64B86F: hue angle of 127.86º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64B86F is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 184 | 111 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.28 |
| HSL | 127.86º | 0.37% | 0.56% | - |
| HSV(B) | 127.86º | 0.46% | 0.72% | - |
| XYZ | 25.27 | 38.14 | 21.07 | - |
| YUV | 150.56 | 105.67 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 184 | 111 | 0.46 | 0 | 0.40 | 0.28 | 127.86 | 0.37 | 0.56 |
| Hex | 64 | B8 | 6F | 2E | 0 | 28 | 1C | 80 | 25 | 38 |
| Octal | 144 | 270 | 157 | 56 | 0 | 50 | 34 | 200 | 45 | 70 |
| Binary | 1100100 | 10111000 | 1101111 | 101110 | 0 | 101000 | 11100 | 10000000 | 100101 | 111000 |
Color Harmonies of #64B86F
Complementary color
Monochromatic Colors of #64B86F
Black with #64B86F
Text Example
Text Example
White with #64B86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B86F; }
p { color: rgb(100,184,111); }
H1.HeaderClassName
{
color: #64B86F;
}
.AnyTagClassName
{
color: #64B86F;
}
</style>
background-color css
<style>
a { background-color: #64B86F; }
a { background-color: rgb(100,184,111); }
div.DivClassName
{
background-color: #64B86F;
}
.BgClassName
{
background-color: #64B86F;
}
</style>
border-color css
<style>
span { border-color: #64B86F; }
span { border-color: rgb(100,184,111); }
td.TdClassName
{
border-color: #64B86F;
}
.TagClassName
{
border-color: #64B86F;
}
</style>