Shades of Emerald #5DBC7B
Tints of Emerald #5DBC7B
RGB
CMYK
RGB Variations
Color information
#5DBC7B (or 0x5DBC7B) is known color: Emerald. HEX triplet: 5D, BC and 7B. RGB value is (93,188,123). Sum of RGB (Red+Green+Blue) = 93+188+123=404 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.02% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBC7B is #A24384. Grayscale: #989898. Windows color (decimal): -10634117 or 8109149. OLE color: 8109149.
HSL color Cylindrical-coordinate representation of color #5DBC7B: hue angle of 138.95º 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 #5DBC7B is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 188 | 123 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.26 |
| HSL | 138.95º | 0.41% | 0.55% | - |
| HSV(B) | 138.95º | 0.51% | 0.74% | - |
| XYZ | 26.07 | 39.72 | 25.03 | - |
| YUV | 152.19 | 111.53 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 123 | 0.51 | 0 | 0.35 | 0.26 | 138.95 | 0.41 | 0.55 |
| Hex | 5D | BC | 7B | 33 | 0 | 23 | 1A | 8B | 29 | 37 |
| Octal | 135 | 274 | 173 | 63 | 0 | 43 | 32 | 213 | 51 | 67 |
| Binary | 1011101 | 10111100 | 1111011 | 110011 | 0 | 100011 | 11010 | 10001011 | 101001 | 110111 |
Color Harmonies of #5DBC7B
Complementary color
Monochromatic Colors of #5DBC7B
Black with #5DBC7B
Text Example
Text Example
White with #5DBC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBC7B; }
p { color: rgb(93,188,123); }
H1.HeaderClassName
{
color: #5DBC7B;
}
.AnyTagClassName
{
color: #5DBC7B;
}
</style>
background-color css
<style>
a { background-color: #5DBC7B; }
a { background-color: rgb(93,188,123); }
div.DivClassName
{
background-color: #5DBC7B;
}
.BgClassName
{
background-color: #5DBC7B;
}
</style>
border-color css
<style>
span { border-color: #5DBC7B; }
span { border-color: rgb(93,188,123); }
td.TdClassName
{
border-color: #5DBC7B;
}
.TagClassName
{
border-color: #5DBC7B;
}
</style>