Shades of Emerald #5BD970
Tints of Emerald #5BD970
RGB
CMYK
RGB Variations
Color information
#5BD970 (or 0x5BD970) is known color: Emerald. HEX triplet: 5B, D9 and 70. RGB value is (91,217,112). Sum of RGB (Red+Green+Blue) = 91+217+112=420 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.67% from 420); Green value is 217 (85.16% from 255 or 51.67% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 217 - color contains mainly: green. Hex color #5BD970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD970 is #A4268F. Grayscale: #A7A7A7. Windows color (decimal): -10757776 or 7395675. OLE color: 7395675.
HSL color Cylindrical-coordinate representation of color #5BD970: hue angle of 130º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BD970 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 217 | 112 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.15 |
| HSL | 130º | 0.62% | 0.6% | - |
| HSV(B) | 130º | 0.58% | 0.85% | - |
| XYZ | 32.05 | 53.02 | 23.87 | - |
| YUV | 167.36 | 96.76 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 217 | 112 | 0.58 | 0 | 0.48 | 0.15 | 130 | 0.62 | 0.6 |
| Hex | 5B | D9 | 70 | 3A | 0 | 30 | F | 82 | 3E | 3C |
| Octal | 133 | 331 | 160 | 72 | 0 | 60 | 17 | 202 | 76 | 74 |
| Binary | 1011011 | 11011001 | 1110000 | 111010 | 0 | 110000 | 1111 | 10000010 | 111110 | 111100 |
Color Harmonies of #5BD970
Complementary color
Monochromatic Colors of #5BD970
Black with #5BD970
Text Example
Text Example
White with #5BD970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD970; }
p { color: rgb(91,217,112); }
H1.HeaderClassName
{
color: #5BD970;
}
.AnyTagClassName
{
color: #5BD970;
}
</style>
background-color css
<style>
a { background-color: #5BD970; }
a { background-color: rgb(91,217,112); }
div.DivClassName
{
background-color: #5BD970;
}
.BgClassName
{
background-color: #5BD970;
}
</style>
border-color css
<style>
span { border-color: #5BD970; }
span { border-color: rgb(91,217,112); }
td.TdClassName
{
border-color: #5BD970;
}
.TagClassName
{
border-color: #5BD970;
}
</style>