Shades of Emerald #5DBA7E
Tints of Emerald #5DBA7E
RGB
CMYK
RGB Variations
Color information
#5DBA7E (or 0x5DBA7E) is known color: Emerald. HEX triplet: 5D, BA and 7E. RGB value is (93,186,126). Sum of RGB (Red+Green+Blue) = 93+186+126=405 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.96% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBA7E is #A24581. Grayscale: #979797. Windows color (decimal): -10634626 or 8305245. OLE color: 8305245.
HSL color Cylindrical-coordinate representation of color #5DBA7E: hue angle of 141.29º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBA7E is Cyan = 0.5, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 186 | 126 | - |
| CMYK | 0.5 | 0 | 0.32 | 0.27 |
| HSL | 141.29º | 0.4% | 0.55% | - |
| HSV(B) | 141.29º | 0.5% | 0.73% | - |
| XYZ | 25.84 | 38.95 | 25.9 | - |
| YUV | 151.35 | 113.69 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 126 | 0.5 | 0 | 0.32 | 0.27 | 141.29 | 0.4 | 0.55 |
| Hex | 5D | BA | 7E | 32 | 0 | 20 | 1B | 8D | 28 | 37 |
| Octal | 135 | 272 | 176 | 62 | 0 | 40 | 33 | 215 | 50 | 67 |
| Binary | 1011101 | 10111010 | 1111110 | 110010 | 0 | 100000 | 11011 | 10001101 | 101000 | 110111 |
Color Harmonies of #5DBA7E
Complementary color
Monochromatic Colors of #5DBA7E
Black with #5DBA7E
Text Example
Text Example
White with #5DBA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBA7E; }
p { color: rgb(93,186,126); }
H1.HeaderClassName
{
color: #5DBA7E;
}
.AnyTagClassName
{
color: #5DBA7E;
}
</style>
background-color css
<style>
a { background-color: #5DBA7E; }
a { background-color: rgb(93,186,126); }
div.DivClassName
{
background-color: #5DBA7E;
}
.BgClassName
{
background-color: #5DBA7E;
}
</style>
border-color css
<style>
span { border-color: #5DBA7E; }
span { border-color: rgb(93,186,126); }
td.TdClassName
{
border-color: #5DBA7E;
}
.TagClassName
{
border-color: #5DBA7E;
}
</style>