Shades of Emerald #5BDB7E
Tints of Emerald #5BDB7E
RGB
CMYK
RGB Variations
Color information
#5BDB7E (or 0x5BDB7E) is known color: Emerald. HEX triplet: 5B, DB and 7E. RGB value is (91,219,126). Sum of RGB (Red+Green+Blue) = 91+219+126=436 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.87% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #5BDB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BDB7E is #A42481. Grayscale: #AAAAAA. Windows color (decimal): -10757250 or 8313691. OLE color: 8313691.
HSL color Cylindrical-coordinate representation of color #5BDB7E: hue angle of 136.41º 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 #5BDB7E is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 219 | 126 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.14 |
| HSL | 136.41º | 0.64% | 0.61% | - |
| HSV(B) | 136.41º | 0.58% | 0.86% | - |
| XYZ | 33.41 | 54.39 | 28.48 | - |
| YUV | 170.13 | 103.09 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 219 | 126 | 0.58 | 0 | 0.42 | 0.14 | 136.41 | 0.64 | 0.61 |
| Hex | 5B | DB | 7E | 3A | 0 | 2A | E | 88 | 40 | 3D |
| Octal | 133 | 333 | 176 | 72 | 0 | 52 | 16 | 210 | 100 | 75 |
| Binary | 1011011 | 11011011 | 1111110 | 111010 | 0 | 101010 | 1110 | 10001000 | 1000000 | 111101 |
Color Harmonies of #5BDB7E
Complementary color
Monochromatic Colors of #5BDB7E
Black with #5BDB7E
Text Example
Text Example
White with #5BDB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDB7E; }
p { color: rgb(91,219,126); }
H1.HeaderClassName
{
color: #5BDB7E;
}
.AnyTagClassName
{
color: #5BDB7E;
}
</style>
background-color css
<style>
a { background-color: #5BDB7E; }
a { background-color: rgb(91,219,126); }
div.DivClassName
{
background-color: #5BDB7E;
}
.BgClassName
{
background-color: #5BDB7E;
}
</style>
border-color css
<style>
span { border-color: #5BDB7E; }
span { border-color: rgb(91,219,126); }
td.TdClassName
{
border-color: #5BDB7E;
}
.TagClassName
{
border-color: #5BDB7E;
}
</style>