Shades of Emerald #5BBC81
Tints of Emerald #5BBC81
RGB
CMYK
RGB Variations
Color information
#5BBC81 (or 0x5BBC81) is known color: Emerald. HEX triplet: 5B, BC and 81. RGB value is (91,188,129). Sum of RGB (Red+Green+Blue) = 91+188+129=408 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.30% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBC81 is #A4437E. Grayscale: #989898. Windows color (decimal): -10765183 or 8502363. OLE color: 8502363.
HSL color Cylindrical-coordinate representation of color #5BBC81: hue angle of 143.51º degrees, saturation: 0.42, 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 #5BBC81 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 129 | - |
| CMYK | 0.52 | 0 | 0.31 | 0.26 |
| HSL | 143.51º | 0.42% | 0.55% | - |
| HSV(B) | 143.51º | 0.52% | 0.74% | - |
| XYZ | 26.26 | 39.78 | 27.06 | - |
| YUV | 152.27 | 114.86 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 129 | 0.52 | 0 | 0.31 | 0.26 | 143.51 | 0.42 | 0.55 |
| Hex | 5B | BC | 81 | 34 | 0 | 1F | 1A | 90 | 2A | 37 |
| Octal | 133 | 274 | 201 | 64 | 0 | 37 | 32 | 220 | 52 | 67 |
| Binary | 1011011 | 10111100 | 10000001 | 110100 | 0 | 11111 | 11010 | 10010000 | 101010 | 110111 |
Color Harmonies of #5BBC81
Complementary color
Monochromatic Colors of #5BBC81
Black with #5BBC81
Text Example
Text Example
White with #5BBC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC81; }
p { color: rgb(91,188,129); }
H1.HeaderClassName
{
color: #5BBC81;
}
.AnyTagClassName
{
color: #5BBC81;
}
</style>
background-color css
<style>
a { background-color: #5BBC81; }
a { background-color: rgb(91,188,129); }
div.DivClassName
{
background-color: #5BBC81;
}
.BgClassName
{
background-color: #5BBC81;
}
</style>
border-color css
<style>
span { border-color: #5BBC81; }
span { border-color: rgb(91,188,129); }
td.TdClassName
{
border-color: #5BBC81;
}
.TagClassName
{
border-color: #5BBC81;
}
</style>