Shades of Emerald #5BD370
Tints of Emerald #5BD370
RGB
CMYK
RGB Variations
Color information
#5BD370 (or 0x5BD370) is known color: Emerald. HEX triplet: 5B, D3 and 70. RGB value is (91,211,112). Sum of RGB (Red+Green+Blue) = 91+211+112=414 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.98% from 414); Green value is 211 (82.81% from 255 or 50.97% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 211 - color contains mainly: green. Hex color #5BD370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD370 is #A42C8F. Grayscale: #A4A4A4. Windows color (decimal): -10759312 or 7394139. OLE color: 7394139.
HSL color Cylindrical-coordinate representation of color #5BD370: hue angle of 130.5º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD370 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 91 | 211 | 112 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.17 |
| HSL | 130.5º | 0.58% | 0.59% | - |
| HSV(B) | 130.5º | 0.57% | 0.83% | - |
| XYZ | 30.53 | 49.98 | 23.37 | - |
| YUV | 163.83 | 98.74 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 211 | 112 | 0.57 | 0 | 0.47 | 0.17 | 130.5 | 0.58 | 0.59 |
| Hex | 5B | D3 | 70 | 39 | 0 | 2F | 11 | 82 | 3A | 3B |
| Octal | 133 | 323 | 160 | 71 | 0 | 57 | 21 | 202 | 72 | 73 |
| Binary | 1011011 | 11010011 | 1110000 | 111001 | 0 | 101111 | 10001 | 10000010 | 111010 | 111011 |
Color Harmonies of #5BD370
Complementary color
Monochromatic Colors of #5BD370
Black with #5BD370
Text Example
Text Example
White with #5BD370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD370; }
p { color: rgb(91,211,112); }
H1.HeaderClassName
{
color: #5BD370;
}
.AnyTagClassName
{
color: #5BD370;
}
</style>
background-color css
<style>
a { background-color: #5BD370; }
a { background-color: rgb(91,211,112); }
div.DivClassName
{
background-color: #5BD370;
}
.BgClassName
{
background-color: #5BD370;
}
</style>
border-color css
<style>
span { border-color: #5BD370; }
span { border-color: rgb(91,211,112); }
td.TdClassName
{
border-color: #5BD370;
}
.TagClassName
{
border-color: #5BD370;
}
</style>