Shades of Emerald #5DB97F
Tints of Emerald #5DB97F
RGB
CMYK
RGB Variations
Color information
#5DB97F (or 0x5DB97F) is known color: Emerald. HEX triplet: 5D, B9 and 7F. RGB value is (93,185,127). Sum of RGB (Red+Green+Blue) = 93+185+127=405 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.96% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB97F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB97F is #A24680. Grayscale: #979797. Windows color (decimal): -10634881 or 8370525. OLE color: 8370525.
HSL color Cylindrical-coordinate representation of color #5DB97F: hue angle of 142.17º 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 #5DB97F is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 185 | 127 | - |
| CMYK | 0.50 | 0 | 0.31 | 0.27 |
| HSL | 142.17º | 0.4% | 0.55% | - |
| HSV(B) | 142.17º | 0.5% | 0.73% | - |
| XYZ | 25.69 | 38.56 | 26.17 | - |
| YUV | 150.88 | 114.52 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 185 | 127 | 0.50 | 0 | 0.31 | 0.27 | 142.17 | 0.4 | 0.55 |
| Hex | 5D | B9 | 7F | 32 | 0 | 1F | 1B | 8E | 28 | 37 |
| Octal | 135 | 271 | 177 | 62 | 0 | 37 | 33 | 216 | 50 | 67 |
| Binary | 1011101 | 10111001 | 1111111 | 110010 | 0 | 11111 | 11011 | 10001110 | 101000 | 110111 |
Color Harmonies of #5DB97F
Complementary color
Monochromatic Colors of #5DB97F
Black with #5DB97F
Text Example
Text Example
White with #5DB97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB97F; }
p { color: rgb(93,185,127); }
H1.HeaderClassName
{
color: #5DB97F;
}
.AnyTagClassName
{
color: #5DB97F;
}
</style>
background-color css
<style>
a { background-color: #5DB97F; }
a { background-color: rgb(93,185,127); }
div.DivClassName
{
background-color: #5DB97F;
}
.BgClassName
{
background-color: #5DB97F;
}
</style>
border-color css
<style>
span { border-color: #5DB97F; }
span { border-color: rgb(93,185,127); }
td.TdClassName
{
border-color: #5DB97F;
}
.TagClassName
{
border-color: #5DB97F;
}
</style>