Shades of Emerald #5BD581
Tints of Emerald #5BD581
RGB
CMYK
RGB Variations
Color information
#5BD581 (or 0x5BD581) is known color: Emerald. HEX triplet: 5B, D5 and 81. RGB value is (91,213,129). Sum of RGB (Red+Green+Blue) = 91+213+129=433 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.02% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #5BD581 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD581 is #A42A7E. Grayscale: #A7A7A7. Windows color (decimal): -10758783 or 8508763. OLE color: 8508763.
HSL color Cylindrical-coordinate representation of color #5BD581: hue angle of 138.69º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD581 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 213 | 129 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.16 |
| HSL | 138.69º | 0.59% | 0.6% | - |
| HSV(B) | 138.69º | 0.57% | 0.84% | - |
| XYZ | 32.07 | 51.4 | 29 | - |
| YUV | 166.95 | 106.58 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 213 | 129 | 0.57 | 0 | 0.39 | 0.16 | 138.69 | 0.59 | 0.6 |
| Hex | 5B | D5 | 81 | 39 | 0 | 27 | 10 | 8B | 3B | 3C |
| Octal | 133 | 325 | 201 | 71 | 0 | 47 | 20 | 213 | 73 | 74 |
| Binary | 1011011 | 11010101 | 10000001 | 111001 | 0 | 100111 | 10000 | 10001011 | 111011 | 111100 |
Color Harmonies of #5BD581
Complementary color
Monochromatic Colors of #5BD581
Black with #5BD581
Text Example
Text Example
White with #5BD581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD581; }
p { color: rgb(91,213,129); }
H1.HeaderClassName
{
color: #5BD581;
}
.AnyTagClassName
{
color: #5BD581;
}
</style>
background-color css
<style>
a { background-color: #5BD581; }
a { background-color: rgb(91,213,129); }
div.DivClassName
{
background-color: #5BD581;
}
.BgClassName
{
background-color: #5BD581;
}
</style>
border-color css
<style>
span { border-color: #5BD581; }
span { border-color: rgb(91,213,129); }
td.TdClassName
{
border-color: #5BD581;
}
.TagClassName
{
border-color: #5BD581;
}
</style>