Shades of Emerald #5BEC91
Tints of Emerald #5BEC91
RGB
CMYK
RGB Variations
Color information
#5BEC91 (or 0x5BEC91) is known color: Emerald. HEX triplet: 5B, EC and 91. RGB value is (91,236,145). Sum of RGB (Red+Green+Blue) = 91+236+145=472 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.28% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #5BEC91 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BEC91 is #A4136E. Grayscale: #B6B6B6. Windows color (decimal): -10752879 or 9563227. OLE color: 9563227.
HSL color Cylindrical-coordinate representation of color #5BEC91: hue angle of 142.34º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BEC91 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 236 | 145 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.07 |
| HSL | 142.34º | 0.79% | 0.64% | - |
| HSV(B) | 142.34º | 0.61% | 0.93% | - |
| XYZ | 39.42 | 64.26 | 37.11 | - |
| YUV | 182.27 | 106.96 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 236 | 145 | 0.61 | 0 | 0.39 | 0.07 | 142.34 | 0.79 | 0.64 |
| Hex | 5B | EC | 91 | 3D | 0 | 27 | 7 | 8E | 4F | 40 |
| Octal | 133 | 354 | 221 | 75 | 0 | 47 | 7 | 216 | 117 | 100 |
| Binary | 1011011 | 11101100 | 10010001 | 111101 | 0 | 100111 | 111 | 10001110 | 1001111 | 1000000 |
Color Harmonies of #5BEC91
Complementary color
Monochromatic Colors of #5BEC91
Black with #5BEC91
Text Example
Text Example
White with #5BEC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEC91; }
p { color: rgb(91,236,145); }
H1.HeaderClassName
{
color: #5BEC91;
}
.AnyTagClassName
{
color: #5BEC91;
}
</style>
background-color css
<style>
a { background-color: #5BEC91; }
a { background-color: rgb(91,236,145); }
div.DivClassName
{
background-color: #5BEC91;
}
.BgClassName
{
background-color: #5BEC91;
}
</style>
border-color css
<style>
span { border-color: #5BEC91; }
span { border-color: rgb(91,236,145); }
td.TdClassName
{
border-color: #5BEC91;
}
.TagClassName
{
border-color: #5BEC91;
}
</style>