Shades of Emerald #5BD87A
Tints of Emerald #5BD87A
RGB
CMYK
RGB Variations
Color information
#5BD87A (or 0x5BD87A) is known color: Emerald. HEX triplet: 5B, D8 and 7A. RGB value is (91,216,122). Sum of RGB (Red+Green+Blue) = 91+216+122=429 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.21% from 429); Green value is 216 (84.77% from 255 or 50.35% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 216 - color contains mainly: green. Hex color #5BD87A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD87A is #A42785. Grayscale: #A8A8A8. Windows color (decimal): -10758022 or 8050779. OLE color: 8050779.
HSL color Cylindrical-coordinate representation of color #5BD87A: hue angle of 134.88º 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 #5BD87A is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 216 | 122 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.15 |
| HSL | 134.88º | 0.62% | 0.6% | - |
| HSV(B) | 134.88º | 0.58% | 0.85% | - |
| XYZ | 32.38 | 52.74 | 26.89 | - |
| YUV | 167.91 | 102.09 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 216 | 122 | 0.58 | 0 | 0.44 | 0.15 | 134.88 | 0.62 | 0.6 |
| Hex | 5B | D8 | 7A | 3A | 0 | 2C | F | 87 | 3E | 3C |
| Octal | 133 | 330 | 172 | 72 | 0 | 54 | 17 | 207 | 76 | 74 |
| Binary | 1011011 | 11011000 | 1111010 | 111010 | 0 | 101100 | 1111 | 10000111 | 111110 | 111100 |
Color Harmonies of #5BD87A
Complementary color
Monochromatic Colors of #5BD87A
Black with #5BD87A
Text Example
Text Example
White with #5BD87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD87A; }
p { color: rgb(91,216,122); }
H1.HeaderClassName
{
color: #5BD87A;
}
.AnyTagClassName
{
color: #5BD87A;
}
</style>
background-color css
<style>
a { background-color: #5BD87A; }
a { background-color: rgb(91,216,122); }
div.DivClassName
{
background-color: #5BD87A;
}
.BgClassName
{
background-color: #5BD87A;
}
</style>
border-color css
<style>
span { border-color: #5BD87A; }
span { border-color: rgb(91,216,122); }
td.TdClassName
{
border-color: #5BD87A;
}
.TagClassName
{
border-color: #5BD87A;
}
</style>