Shades of Emerald #5BEC90
Tints of Emerald #5BEC90
RGB
CMYK
RGB Variations
Color information
#5BEC90 (or 0x5BEC90) is known color: Emerald. HEX triplet: 5B, EC and 90. RGB value is (91,236,144). Sum of RGB (Red+Green+Blue) = 91+236+144=471 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.32% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #5BEC90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BEC90 is #A4136F. Grayscale: #B6B6B6. Windows color (decimal): -10752880 or 9497691. OLE color: 9497691.
HSL color Cylindrical-coordinate representation of color #5BEC90: hue angle of 141.93º 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 #5BEC90 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 236 | 144 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.07 |
| HSL | 141.93º | 0.79% | 0.64% | - |
| HSV(B) | 141.93º | 0.61% | 0.93% | - |
| XYZ | 39.34 | 64.23 | 36.71 | - |
| YUV | 182.16 | 106.46 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 236 | 144 | 0.61 | 0 | 0.39 | 0.07 | 141.93 | 0.79 | 0.64 |
| Hex | 5B | EC | 90 | 3D | 0 | 27 | 7 | 8E | 4F | 40 |
| Octal | 133 | 354 | 220 | 75 | 0 | 47 | 7 | 216 | 117 | 100 |
| Binary | 1011011 | 11101100 | 10010000 | 111101 | 0 | 100111 | 111 | 10001110 | 1001111 | 1000000 |
Color Harmonies of #5BEC90
Complementary color
Monochromatic Colors of #5BEC90
Black with #5BEC90
Text Example
Text Example
White with #5BEC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEC90; }
p { color: rgb(91,236,144); }
H1.HeaderClassName
{
color: #5BEC90;
}
.AnyTagClassName
{
color: #5BEC90;
}
</style>
background-color css
<style>
a { background-color: #5BEC90; }
a { background-color: rgb(91,236,144); }
div.DivClassName
{
background-color: #5BEC90;
}
.BgClassName
{
background-color: #5BEC90;
}
</style>
border-color css
<style>
span { border-color: #5BEC90; }
span { border-color: rgb(91,236,144); }
td.TdClassName
{
border-color: #5BEC90;
}
.TagClassName
{
border-color: #5BEC90;
}
</style>