Shades of Emerald #5DBC80
Tints of Emerald #5DBC80
RGB
CMYK
RGB Variations
Color information
#5DBC80 (or 0x5DBC80) is known color: Emerald. HEX triplet: 5D, BC and 80. RGB value is (93,188,128). Sum of RGB (Red+Green+Blue) = 93+188+128=409 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.74% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBC80 is #A2437F. Grayscale: #989898. Windows color (decimal): -10634112 or 8436829. OLE color: 8436829.
HSL color Cylindrical-coordinate representation of color #5DBC80: hue angle of 142.11º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBC80 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 188 | 128 | - |
| CMYK | 0.51 | 0 | 0.32 | 0.26 |
| HSL | 142.11º | 0.41% | 0.55% | - |
| HSV(B) | 142.11º | 0.51% | 0.74% | - |
| XYZ | 26.39 | 39.85 | 26.72 | - |
| YUV | 152.76 | 114.03 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 128 | 0.51 | 0 | 0.32 | 0.26 | 142.11 | 0.41 | 0.55 |
| Hex | 5D | BC | 80 | 33 | 0 | 20 | 1A | 8E | 29 | 37 |
| Octal | 135 | 274 | 200 | 63 | 0 | 40 | 32 | 216 | 51 | 67 |
| Binary | 1011101 | 10111100 | 10000000 | 110011 | 0 | 100000 | 11010 | 10001110 | 101001 | 110111 |
Color Harmonies of #5DBC80
Complementary color
Monochromatic Colors of #5DBC80
Black with #5DBC80
Text Example
Text Example
White with #5DBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBC80; }
p { color: rgb(93,188,128); }
H1.HeaderClassName
{
color: #5DBC80;
}
.AnyTagClassName
{
color: #5DBC80;
}
</style>
background-color css
<style>
a { background-color: #5DBC80; }
a { background-color: rgb(93,188,128); }
div.DivClassName
{
background-color: #5DBC80;
}
.BgClassName
{
background-color: #5DBC80;
}
</style>
border-color css
<style>
span { border-color: #5DBC80; }
span { border-color: rgb(93,188,128); }
td.TdClassName
{
border-color: #5DBC80;
}
.TagClassName
{
border-color: #5DBC80;
}
</style>