Shades of Fern #64BF5E
Tints of Fern #64BF5E
RGB
CMYK
RGB Variations
Color information
#64BF5E (or 0x64BF5E) is known color: Fern. HEX triplet: 64, BF and 5E. RGB value is (100,191,94). Sum of RGB (Red+Green+Blue) = 100+191+94=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BF5E is #9B40A1. Grayscale: #999999. Windows color (decimal): -10174626 or 6209380. OLE color: 6209380.
HSL color Cylindrical-coordinate representation of color #64BF5E: hue angle of 116.29º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64BF5E is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 191 | 94 | - |
| CMYK | 0.48 | 0 | 0.51 | 0.25 |
| HSL | 116.29º | 0.43% | 0.56% | - |
| HSV(B) | 116.29º | 0.51% | 0.75% | - |
| XYZ | 25.91 | 40.78 | 17.1 | - |
| YUV | 152.73 | 94.85 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 94 | 0.48 | 0 | 0.51 | 0.25 | 116.29 | 0.43 | 0.56 |
| Hex | 64 | BF | 5E | 30 | 0 | 33 | 19 | 74 | 2B | 38 |
| Octal | 144 | 277 | 136 | 60 | 0 | 63 | 31 | 164 | 53 | 70 |
| Binary | 1100100 | 10111111 | 1011110 | 110000 | 0 | 110011 | 11001 | 1110100 | 101011 | 111000 |
Color Harmonies of #64BF5E
Complementary color
Monochromatic Colors of #64BF5E
Black with #64BF5E
Text Example
Text Example
White with #64BF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BF5E; }
p { color: rgb(100,191,94); }
H1.HeaderClassName
{
color: #64BF5E;
}
.AnyTagClassName
{
color: #64BF5E;
}
</style>
background-color css
<style>
a { background-color: #64BF5E; }
a { background-color: rgb(100,191,94); }
div.DivClassName
{
background-color: #64BF5E;
}
.BgClassName
{
background-color: #64BF5E;
}
</style>
border-color css
<style>
span { border-color: #64BF5E; }
span { border-color: rgb(100,191,94); }
td.TdClassName
{
border-color: #64BF5E;
}
.TagClassName
{
border-color: #64BF5E;
}
</style>