Shades of Emerald #5BD082
Tints of Emerald #5BD082
RGB
CMYK
RGB Variations
Color information
#5BD082 (or 0x5BD082) is known color: Emerald. HEX triplet: 5B, D0 and 82. RGB value is (91,208,130). Sum of RGB (Red+Green+Blue) = 91+208+130=429 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.21% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #5BD082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD082 is #A42F7D. Grayscale: #A4A4A4. Windows color (decimal): -10760062 or 8573019. OLE color: 8573019.
HSL color Cylindrical-coordinate representation of color #5BD082: hue angle of 140º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BD082 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 208 | 130 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.18 |
| HSL | 140º | 0.55% | 0.59% | - |
| HSV(B) | 140º | 0.56% | 0.82% | - |
| XYZ | 30.9 | 48.95 | 28.94 | - |
| YUV | 164.13 | 108.74 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 208 | 130 | 0.56 | 0 | 0.38 | 0.18 | 140 | 0.55 | 0.59 |
| Hex | 5B | D0 | 82 | 38 | 0 | 26 | 12 | 8C | 37 | 3B |
| Octal | 133 | 320 | 202 | 70 | 0 | 46 | 22 | 214 | 67 | 73 |
| Binary | 1011011 | 11010000 | 10000010 | 111000 | 0 | 100110 | 10010 | 10001100 | 110111 | 111011 |
Color Harmonies of #5BD082
Complementary color
Monochromatic Colors of #5BD082
Black with #5BD082
Text Example
Text Example
White with #5BD082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD082; }
p { color: rgb(91,208,130); }
H1.HeaderClassName
{
color: #5BD082;
}
.AnyTagClassName
{
color: #5BD082;
}
</style>
background-color css
<style>
a { background-color: #5BD082; }
a { background-color: rgb(91,208,130); }
div.DivClassName
{
background-color: #5BD082;
}
.BgClassName
{
background-color: #5BD082;
}
</style>
border-color css
<style>
span { border-color: #5BD082; }
span { border-color: rgb(91,208,130); }
td.TdClassName
{
border-color: #5BD082;
}
.TagClassName
{
border-color: #5BD082;
}
</style>