Shades of Emerald #5DB97D
Tints of Emerald #5DB97D
RGB
CMYK
RGB Variations
Color information
#5DB97D (or 0x5DB97D) is known color: Emerald. HEX triplet: 5D, B9 and 7D. RGB value is (93,185,125). Sum of RGB (Red+Green+Blue) = 93+185+125=403 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.08% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB97D is #A24682. Grayscale: #969696. Windows color (decimal): -10634883 or 8239453. OLE color: 8239453.
HSL color Cylindrical-coordinate representation of color #5DB97D: hue angle of 140.87º 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 #5DB97D is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 185 | 125 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.27 |
| HSL | 140.87º | 0.4% | 0.55% | - |
| HSV(B) | 140.87º | 0.5% | 0.73% | - |
| XYZ | 25.56 | 38.51 | 25.49 | - |
| YUV | 150.65 | 113.52 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 185 | 125 | 0.50 | 0 | 0.32 | 0.27 | 140.87 | 0.4 | 0.55 |
| Hex | 5D | B9 | 7D | 32 | 0 | 20 | 1B | 8D | 28 | 37 |
| Octal | 135 | 271 | 175 | 62 | 0 | 40 | 33 | 215 | 50 | 67 |
| Binary | 1011101 | 10111001 | 1111101 | 110010 | 0 | 100000 | 11011 | 10001101 | 101000 | 110111 |
Color Harmonies of #5DB97D
Complementary color
Monochromatic Colors of #5DB97D
Black with #5DB97D
Text Example
Text Example
White with #5DB97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB97D; }
p { color: rgb(93,185,125); }
H1.HeaderClassName
{
color: #5DB97D;
}
.AnyTagClassName
{
color: #5DB97D;
}
</style>
background-color css
<style>
a { background-color: #5DB97D; }
a { background-color: rgb(93,185,125); }
div.DivClassName
{
background-color: #5DB97D;
}
.BgClassName
{
background-color: #5DB97D;
}
</style>
border-color css
<style>
span { border-color: #5DB97D; }
span { border-color: rgb(93,185,125); }
td.TdClassName
{
border-color: #5DB97D;
}
.TagClassName
{
border-color: #5DB97D;
}
</style>