Shades of Emerald #5BBD81
Tints of Emerald #5BBD81
RGB
CMYK
RGB Variations
Color information
#5BBD81 (or 0x5BBD81) is known color: Emerald. HEX triplet: 5B, BD and 81. RGB value is (91,189,129). Sum of RGB (Red+Green+Blue) = 91+189+129=409 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.25% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBD81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBD81 is #A4427E. Grayscale: #999999. Windows color (decimal): -10764927 or 8502619. OLE color: 8502619.
HSL color Cylindrical-coordinate representation of color #5BBD81: hue angle of 143.27º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBD81 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 189 | 129 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.26 |
| HSL | 143.27º | 0.43% | 0.55% | - |
| HSV(B) | 143.27º | 0.52% | 0.74% | - |
| XYZ | 26.47 | 40.2 | 27.13 | - |
| YUV | 152.86 | 114.53 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 189 | 129 | 0.52 | 0 | 0.32 | 0.26 | 143.27 | 0.43 | 0.55 |
| Hex | 5B | BD | 81 | 34 | 0 | 20 | 1A | 8F | 2B | 37 |
| Octal | 133 | 275 | 201 | 64 | 0 | 40 | 32 | 217 | 53 | 67 |
| Binary | 1011011 | 10111101 | 10000001 | 110100 | 0 | 100000 | 11010 | 10001111 | 101011 | 110111 |
Color Harmonies of #5BBD81
Complementary color
Monochromatic Colors of #5BBD81
Black with #5BBD81
Text Example
Text Example
White with #5BBD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBD81; }
p { color: rgb(91,189,129); }
H1.HeaderClassName
{
color: #5BBD81;
}
.AnyTagClassName
{
color: #5BBD81;
}
</style>
background-color css
<style>
a { background-color: #5BBD81; }
a { background-color: rgb(91,189,129); }
div.DivClassName
{
background-color: #5BBD81;
}
.BgClassName
{
background-color: #5BBD81;
}
</style>
border-color css
<style>
span { border-color: #5BBD81; }
span { border-color: rgb(91,189,129); }
td.TdClassName
{
border-color: #5BBD81;
}
.TagClassName
{
border-color: #5BBD81;
}
</style>