Shades of Fern #5BAB5E
Tints of Fern #5BAB5E
RGB
CMYK
RGB Variations
Color information
#5BAB5E (or 0x5BAB5E) is known color: Fern. HEX triplet: 5B, AB and 5E. RGB value is (91,171,94). Sum of RGB (Red+Green+Blue) = 91+171+94=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAB5E is #A454A1. Grayscale: #8A8A8A. Windows color (decimal): -10769570 or 6204251. OLE color: 6204251.
HSL color Cylindrical-coordinate representation of color #5BAB5E: hue angle of 122.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAB5E is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 171 | 94 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.33 |
| HSL | 122.25º | 0.32% | 0.51% | - |
| HSV(B) | 122.25º | 0.47% | 0.67% | - |
| XYZ | 20.9 | 32.16 | 15.7 | - |
| YUV | 138.3 | 103 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 94 | 0.47 | 0 | 0.45 | 0.33 | 122.25 | 0.32 | 0.51 |
| Hex | 5B | AB | 5E | 2F | 0 | 2D | 21 | 7A | 20 | 33 |
| Octal | 133 | 253 | 136 | 57 | 0 | 55 | 41 | 172 | 40 | 63 |
| Binary | 1011011 | 10101011 | 1011110 | 101111 | 0 | 101101 | 100001 | 1111010 | 100000 | 110011 |
Color Harmonies of #5BAB5E
Complementary color
Monochromatic Colors of #5BAB5E
Black with #5BAB5E
Text Example
Text Example
White with #5BAB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAB5E; }
p { color: rgb(91,171,94); }
H1.HeaderClassName
{
color: #5BAB5E;
}
.AnyTagClassName
{
color: #5BAB5E;
}
</style>
background-color css
<style>
a { background-color: #5BAB5E; }
a { background-color: rgb(91,171,94); }
div.DivClassName
{
background-color: #5BAB5E;
}
.BgClassName
{
background-color: #5BAB5E;
}
</style>
border-color css
<style>
span { border-color: #5BAB5E; }
span { border-color: rgb(91,171,94); }
td.TdClassName
{
border-color: #5BAB5E;
}
.TagClassName
{
border-color: #5BAB5E;
}
</style>