Shades of Emerald #5BD781
Tints of Emerald #5BD781
RGB
CMYK
RGB Variations
Color information
#5BD781 (or 0x5BD781) is known color: Emerald. HEX triplet: 5B, D7 and 81. RGB value is (91,215,129). Sum of RGB (Red+Green+Blue) = 91+215+129=435 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.92% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #5BD781 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD781 is #A4287E. Grayscale: #A8A8A8. Windows color (decimal): -10758271 or 8509275. OLE color: 8509275.
HSL color Cylindrical-coordinate representation of color #5BD781: hue angle of 138.39º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BD781 is Cyan = 0.58, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 215 | 129 | - |
| CMYK | 0.58 | 0 | 0.4 | 0.16 |
| HSL | 138.39º | 0.61% | 0.6% | - |
| HSV(B) | 138.39º | 0.58% | 0.84% | - |
| XYZ | 32.58 | 52.41 | 29.17 | - |
| YUV | 168.12 | 105.92 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 215 | 129 | 0.58 | 0 | 0.4 | 0.16 | 138.39 | 0.61 | 0.6 |
| Hex | 5B | D7 | 81 | 3A | 0 | 28 | 10 | 8A | 3D | 3C |
| Octal | 133 | 327 | 201 | 72 | 0 | 50 | 20 | 212 | 75 | 74 |
| Binary | 1011011 | 11010111 | 10000001 | 111010 | 0 | 101000 | 10000 | 10001010 | 111101 | 111100 |
Color Harmonies of #5BD781
Complementary color
Monochromatic Colors of #5BD781
Black with #5BD781
Text Example
Text Example
White with #5BD781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD781; }
p { color: rgb(91,215,129); }
H1.HeaderClassName
{
color: #5BD781;
}
.AnyTagClassName
{
color: #5BD781;
}
</style>
background-color css
<style>
a { background-color: #5BD781; }
a { background-color: rgb(91,215,129); }
div.DivClassName
{
background-color: #5BD781;
}
.BgClassName
{
background-color: #5BD781;
}
</style>
border-color css
<style>
span { border-color: #5BD781; }
span { border-color: rgb(91,215,129); }
td.TdClassName
{
border-color: #5BD781;
}
.TagClassName
{
border-color: #5BD781;
}
</style>