Shades of Emerald #5DD96D
Tints of Emerald #5DD96D
RGB
CMYK
RGB Variations
Color information
#5DD96D (or 0x5DD96D) is known color: Emerald. HEX triplet: 5D, D9 and 6D. RGB value is (93,217,109). Sum of RGB (Red+Green+Blue) = 93+217+109=419 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.20% from 419); Green value is 217 (85.16% from 255 or 51.79% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 217 - color contains mainly: green. Hex color #5DD96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD96D is #A22692. Grayscale: #A7A7A7. Windows color (decimal): -10626707 or 7199069. OLE color: 7199069.
HSL color Cylindrical-coordinate representation of color #5DD96D: hue angle of 127.74º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD96D is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 217 | 109 | - |
| CMYK | 0.57 | 0 | 0.50 | 0.15 |
| HSL | 127.74º | 0.62% | 0.61% | - |
| HSV(B) | 127.74º | 0.57% | 0.85% | - |
| XYZ | 32.09 | 53.06 | 23.02 | - |
| YUV | 167.61 | 94.92 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 217 | 109 | 0.57 | 0 | 0.50 | 0.15 | 127.74 | 0.62 | 0.61 |
| Hex | 5D | D9 | 6D | 39 | 0 | 32 | F | 80 | 3E | 3D |
| Octal | 135 | 331 | 155 | 71 | 0 | 62 | 17 | 200 | 76 | 75 |
| Binary | 1011101 | 11011001 | 1101101 | 111001 | 0 | 110010 | 1111 | 10000000 | 111110 | 111101 |
Color Harmonies of #5DD96D
Complementary color
Monochromatic Colors of #5DD96D
Black with #5DD96D
Text Example
Text Example
White with #5DD96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD96D; }
p { color: rgb(93,217,109); }
H1.HeaderClassName
{
color: #5DD96D;
}
.AnyTagClassName
{
color: #5DD96D;
}
</style>
background-color css
<style>
a { background-color: #5DD96D; }
a { background-color: rgb(93,217,109); }
div.DivClassName
{
background-color: #5DD96D;
}
.BgClassName
{
background-color: #5DD96D;
}
</style>
border-color css
<style>
span { border-color: #5DD96D; }
span { border-color: rgb(93,217,109); }
td.TdClassName
{
border-color: #5DD96D;
}
.TagClassName
{
border-color: #5DD96D;
}
</style>