Shades of Emerald #5BEC80
Tints of Emerald #5BEC80
RGB
CMYK
RGB Variations
Color information
#5BEC80 (or 0x5BEC80) is known color: Emerald. HEX triplet: 5B, EC and 80. RGB value is (91,236,128). Sum of RGB (Red+Green+Blue) = 91+236+128=455 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20% from 455); Green value is 236 (92.58% from 255 or 51.87% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 236 - color contains mainly: green. Hex color #5BEC80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BEC80 is #A4137F. Grayscale: #B4B4B4. Windows color (decimal): -10752896 or 8449115. OLE color: 8449115.
HSL color Cylindrical-coordinate representation of color #5BEC80: hue angle of 135.31º 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 #5BEC80 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 236 | 128 | - |
| CMYK | 0.61 | 0 | 0.46 | 0.07 |
| HSL | 135.31º | 0.79% | 0.64% | - |
| HSV(B) | 135.31º | 0.61% | 0.93% | - |
| XYZ | 38.21 | 63.77 | 30.72 | - |
| YUV | 180.33 | 98.46 | 64.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 236 | 128 | 0.61 | 0 | 0.46 | 0.07 | 135.31 | 0.79 | 0.64 |
| Hex | 5B | EC | 80 | 3D | 0 | 2E | 7 | 87 | 4F | 40 |
| Octal | 133 | 354 | 200 | 75 | 0 | 56 | 7 | 207 | 117 | 100 |
| Binary | 1011011 | 11101100 | 10000000 | 111101 | 0 | 101110 | 111 | 10000111 | 1001111 | 1000000 |
Color Harmonies of #5BEC80
Complementary color
Monochromatic Colors of #5BEC80
Black with #5BEC80
Text Example
Text Example
White with #5BEC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEC80; }
p { color: rgb(91,236,128); }
H1.HeaderClassName
{
color: #5BEC80;
}
.AnyTagClassName
{
color: #5BEC80;
}
</style>
background-color css
<style>
a { background-color: #5BEC80; }
a { background-color: rgb(91,236,128); }
div.DivClassName
{
background-color: #5BEC80;
}
.BgClassName
{
background-color: #5BEC80;
}
</style>
border-color css
<style>
span { border-color: #5BEC80; }
span { border-color: rgb(91,236,128); }
td.TdClassName
{
border-color: #5BEC80;
}
.TagClassName
{
border-color: #5BEC80;
}
</style>