Shades of Emerald #5BDB70
Tints of Emerald #5BDB70
RGB
CMYK
RGB Variations
Color information
#5BDB70 (or 0x5BDB70) is known color: Emerald. HEX triplet: 5B, DB and 70. RGB value is (91,219,112). Sum of RGB (Red+Green+Blue) = 91+219+112=422 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.56% from 422); Green value is 219 (85.94% from 255 or 51.90% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 219 - color contains mainly: green. Hex color #5BDB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BDB70 is #A4248F. Grayscale: #A8A8A8. Windows color (decimal): -10757264 or 7396187. OLE color: 7396187.
HSL color Cylindrical-coordinate representation of color #5BDB70: hue angle of 129.84º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BDB70 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 219 | 112 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.14 |
| HSL | 129.84º | 0.64% | 0.61% | - |
| HSV(B) | 129.84º | 0.58% | 0.86% | - |
| XYZ | 32.57 | 54.06 | 24.05 | - |
| YUV | 168.53 | 96.09 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 219 | 112 | 0.58 | 0 | 0.49 | 0.14 | 129.84 | 0.64 | 0.61 |
| Hex | 5B | DB | 70 | 3A | 0 | 31 | E | 82 | 40 | 3D |
| Octal | 133 | 333 | 160 | 72 | 0 | 61 | 16 | 202 | 100 | 75 |
| Binary | 1011011 | 11011011 | 1110000 | 111010 | 0 | 110001 | 1110 | 10000010 | 1000000 | 111101 |
Color Harmonies of #5BDB70
Complementary color
Monochromatic Colors of #5BDB70
Black with #5BDB70
Text Example
Text Example
White with #5BDB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDB70; }
p { color: rgb(91,219,112); }
H1.HeaderClassName
{
color: #5BDB70;
}
.AnyTagClassName
{
color: #5BDB70;
}
</style>
background-color css
<style>
a { background-color: #5BDB70; }
a { background-color: rgb(91,219,112); }
div.DivClassName
{
background-color: #5BDB70;
}
.BgClassName
{
background-color: #5BDB70;
}
</style>
border-color css
<style>
span { border-color: #5BDB70; }
span { border-color: rgb(91,219,112); }
td.TdClassName
{
border-color: #5BDB70;
}
.TagClassName
{
border-color: #5BDB70;
}
</style>