Shades of Emerald #5DDA7D
Tints of Emerald #5DDA7D
RGB
CMYK
RGB Variations
Color information
#5DDA7D (or 0x5DDA7D) is known color: Emerald. HEX triplet: 5D, DA and 7D. RGB value is (93,218,125). Sum of RGB (Red+Green+Blue) = 93+218+125=436 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.33% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DDA7D is #A22582. Grayscale: #AAAAAA. Windows color (decimal): -10626435 or 8247901. OLE color: 8247901.
HSL color Cylindrical-coordinate representation of color #5DDA7D: hue angle of 135.36º degrees, saturation: 0.63, 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 #5DDA7D is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 218 | 125 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.15 |
| HSL | 135.36º | 0.63% | 0.61% | - |
| HSV(B) | 135.36º | 0.57% | 0.85% | - |
| XYZ | 33.29 | 53.95 | 28.06 | - |
| YUV | 170.02 | 102.59 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 218 | 125 | 0.57 | 0 | 0.43 | 0.15 | 135.36 | 0.63 | 0.61 |
| Hex | 5D | DA | 7D | 39 | 0 | 2B | F | 87 | 3F | 3D |
| Octal | 135 | 332 | 175 | 71 | 0 | 53 | 17 | 207 | 77 | 75 |
| Binary | 1011101 | 11011010 | 1111101 | 111001 | 0 | 101011 | 1111 | 10000111 | 111111 | 111101 |
Color Harmonies of #5DDA7D
Complementary color
Monochromatic Colors of #5DDA7D
Black with #5DDA7D
Text Example
Text Example
White with #5DDA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDA7D; }
p { color: rgb(93,218,125); }
H1.HeaderClassName
{
color: #5DDA7D;
}
.AnyTagClassName
{
color: #5DDA7D;
}
</style>
background-color css
<style>
a { background-color: #5DDA7D; }
a { background-color: rgb(93,218,125); }
div.DivClassName
{
background-color: #5DDA7D;
}
.BgClassName
{
background-color: #5DDA7D;
}
</style>
border-color css
<style>
span { border-color: #5DDA7D; }
span { border-color: rgb(93,218,125); }
td.TdClassName
{
border-color: #5DDA7D;
}
.TagClassName
{
border-color: #5DDA7D;
}
</style>