Shades of Fern #5EBF63
Tints of Fern #5EBF63
RGB
CMYK
RGB Variations
Color information
#5EBF63 (or 0x5EBF63) is known color: Fern. HEX triplet: 5E, BF and 63. RGB value is (94,191,99). Sum of RGB (Red+Green+Blue) = 94+191+99=384 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.48% from 384); Green value is 191 (75% from 255 or 49.74% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBF63 is #A1409C. Grayscale: #979797. Windows color (decimal): -10567837 or 6537054. OLE color: 6537054.
HSL color Cylindrical-coordinate representation of color #5EBF63: hue angle of 123.09º 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 #5EBF63 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 191 | 99 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.25 |
| HSL | 123.09º | 0.43% | 0.56% | - |
| HSV(B) | 123.09º | 0.51% | 0.75% | - |
| XYZ | 25.5 | 40.54 | 18.29 | - |
| YUV | 151.51 | 98.36 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 191 | 99 | 0.51 | 0 | 0.48 | 0.25 | 123.09 | 0.43 | 0.56 |
| Hex | 5E | BF | 63 | 33 | 0 | 30 | 19 | 7B | 2B | 38 |
| Octal | 136 | 277 | 143 | 63 | 0 | 60 | 31 | 173 | 53 | 70 |
| Binary | 1011110 | 10111111 | 1100011 | 110011 | 0 | 110000 | 11001 | 1111011 | 101011 | 111000 |
Color Harmonies of #5EBF63
Complementary color
Monochromatic Colors of #5EBF63
Black with #5EBF63
Text Example
Text Example
White with #5EBF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBF63; }
p { color: rgb(94,191,99); }
H1.HeaderClassName
{
color: #5EBF63;
}
.AnyTagClassName
{
color: #5EBF63;
}
</style>
background-color css
<style>
a { background-color: #5EBF63; }
a { background-color: rgb(94,191,99); }
div.DivClassName
{
background-color: #5EBF63;
}
.BgClassName
{
background-color: #5EBF63;
}
</style>
border-color css
<style>
span { border-color: #5EBF63; }
span { border-color: rgb(94,191,99); }
td.TdClassName
{
border-color: #5EBF63;
}
.TagClassName
{
border-color: #5EBF63;
}
</style>