Shades of Fern #5EBB5A
Tints of Fern #5EBB5A
RGB
CMYK
RGB Variations
Color information
#5EBB5A (or 0x5EBB5A) is known color: Fern. HEX triplet: 5E, BB and 5A. RGB value is (94,187,90). Sum of RGB (Red+Green+Blue) = 94+187+90=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #5EBB5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBB5A is #A144A5. Grayscale: #949494. Windows color (decimal): -10568870 or 5946206. OLE color: 5946206.
HSL color Cylindrical-coordinate representation of color #5EBB5A: hue angle of 117.53º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EBB5A is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 187 | 90 | - |
| CMYK | 0.50 | 0 | 0.52 | 0.27 |
| HSL | 117.53º | 0.42% | 0.54% | - |
| HSV(B) | 117.53º | 0.52% | 0.73% | - |
| XYZ | 24.23 | 38.66 | 15.86 | - |
| YUV | 148.14 | 95.19 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 187 | 90 | 0.50 | 0 | 0.52 | 0.27 | 117.53 | 0.42 | 0.54 |
| Hex | 5E | BB | 5A | 32 | 0 | 34 | 1B | 76 | 2A | 36 |
| Octal | 136 | 273 | 132 | 62 | 0 | 64 | 33 | 166 | 52 | 66 |
| Binary | 1011110 | 10111011 | 1011010 | 110010 | 0 | 110100 | 11011 | 1110110 | 101010 | 110110 |
Color Harmonies of #5EBB5A
Complementary color
Monochromatic Colors of #5EBB5A
Black with #5EBB5A
Text Example
Text Example
White with #5EBB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBB5A; }
p { color: rgb(94,187,90); }
H1.HeaderClassName
{
color: #5EBB5A;
}
.AnyTagClassName
{
color: #5EBB5A;
}
</style>
background-color css
<style>
a { background-color: #5EBB5A; }
a { background-color: rgb(94,187,90); }
div.DivClassName
{
background-color: #5EBB5A;
}
.BgClassName
{
background-color: #5EBB5A;
}
</style>
border-color css
<style>
span { border-color: #5EBB5A; }
span { border-color: rgb(94,187,90); }
td.TdClassName
{
border-color: #5EBB5A;
}
.TagClassName
{
border-color: #5EBB5A;
}
</style>