Shades of Emerald #5DBD7A
Tints of Emerald #5DBD7A
RGB
CMYK
RGB Variations
Color information
#5DBD7A (or 0x5DBD7A) is known color: Emerald. HEX triplet: 5D, BD and 7A. RGB value is (93,189,122). Sum of RGB (Red+Green+Blue) = 93+189+122=404 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.02% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBD7A is #A24285. Grayscale: #989898. Windows color (decimal): -10633862 or 8043869. OLE color: 8043869.
HSL color Cylindrical-coordinate representation of color #5DBD7A: hue angle of 138.12º degrees, saturation: 0.42, 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 #5DBD7A is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 122 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.26 |
| HSL | 138.13º | 0.42% | 0.55% | - |
| HSV(B) | 138.13º | 0.51% | 0.74% | - |
| XYZ | 26.22 | 40.13 | 24.78 | - |
| YUV | 152.66 | 110.7 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 122 | 0.51 | 0 | 0.35 | 0.26 | 138.13 | 0.42 | 0.55 |
| Hex | 5D | BD | 7A | 33 | 0 | 23 | 1A | 8A | 2A | 37 |
| Octal | 135 | 275 | 172 | 63 | 0 | 43 | 32 | 212 | 52 | 67 |
| Binary | 1011101 | 10111101 | 1111010 | 110011 | 0 | 100011 | 11010 | 10001010 | 101010 | 110111 |
Color Harmonies of #5DBD7A
Complementary color
Monochromatic Colors of #5DBD7A
Black with #5DBD7A
Text Example
Text Example
White with #5DBD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD7A; }
p { color: rgb(93,189,122); }
H1.HeaderClassName
{
color: #5DBD7A;
}
.AnyTagClassName
{
color: #5DBD7A;
}
</style>
background-color css
<style>
a { background-color: #5DBD7A; }
a { background-color: rgb(93,189,122); }
div.DivClassName
{
background-color: #5DBD7A;
}
.BgClassName
{
background-color: #5DBD7A;
}
</style>
border-color css
<style>
span { border-color: #5DBD7A; }
span { border-color: rgb(93,189,122); }
td.TdClassName
{
border-color: #5DBD7A;
}
.TagClassName
{
border-color: #5DBD7A;
}
</style>