Shades of Emerald #5BEC82
Tints of Emerald #5BEC82
RGB
CMYK
RGB Variations
Color information
#5BEC82 (or 0x5BEC82) is known color: Emerald. HEX triplet: 5B, EC and 82. RGB value is (91,236,130). Sum of RGB (Red+Green+Blue) = 91+236+130=457 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.91% from 457); Green value is 236 (92.58% from 255 or 51.64% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 236 - color contains mainly: green. Hex color #5BEC82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BEC82 is #A4137D. Grayscale: #B4B4B4. Windows color (decimal): -10752894 or 8580187. OLE color: 8580187.
HSL color Cylindrical-coordinate representation of color #5BEC82: hue angle of 136.14º 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 #5BEC82 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 236 | 130 | - |
| CMYK | 0.61 | 0 | 0.45 | 0.07 |
| HSL | 136.14º | 0.79% | 0.64% | - |
| HSV(B) | 136.14º | 0.61% | 0.93% | - |
| XYZ | 38.34 | 63.83 | 31.42 | - |
| YUV | 180.56 | 99.46 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 236 | 130 | 0.61 | 0 | 0.45 | 0.07 | 136.14 | 0.79 | 0.64 |
| Hex | 5B | EC | 82 | 3D | 0 | 2D | 7 | 88 | 4F | 40 |
| Octal | 133 | 354 | 202 | 75 | 0 | 55 | 7 | 210 | 117 | 100 |
| Binary | 1011011 | 11101100 | 10000010 | 111101 | 0 | 101101 | 111 | 10001000 | 1001111 | 1000000 |
Color Harmonies of #5BEC82
Complementary color
Monochromatic Colors of #5BEC82
Black with #5BEC82
Text Example
Text Example
White with #5BEC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEC82; }
p { color: rgb(91,236,130); }
H1.HeaderClassName
{
color: #5BEC82;
}
.AnyTagClassName
{
color: #5BEC82;
}
</style>
background-color css
<style>
a { background-color: #5BEC82; }
a { background-color: rgb(91,236,130); }
div.DivClassName
{
background-color: #5BEC82;
}
.BgClassName
{
background-color: #5BEC82;
}
</style>
border-color css
<style>
span { border-color: #5BEC82; }
span { border-color: rgb(91,236,130); }
td.TdClassName
{
border-color: #5BEC82;
}
.TagClassName
{
border-color: #5BEC82;
}
</style>