Shades of Emerald #5DD87D
Tints of Emerald #5DD87D
RGB
CMYK
RGB Variations
Color information
#5DD87D (or 0x5DD87D) is known color: Emerald. HEX triplet: 5D, D8 and 7D. RGB value is (93,216,125). Sum of RGB (Red+Green+Blue) = 93+216+125=434 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.43% from 434); Green value is 216 (84.77% from 255 or 49.77% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD87D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD87D is #A22782. Grayscale: #A9A9A9. Windows color (decimal): -10626947 or 8247389. OLE color: 8247389.
HSL color Cylindrical-coordinate representation of color #5DD87D: hue angle of 135.61º degrees, saturation: 0.61, 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 #5DD87D is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 216 | 125 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.15 |
| HSL | 135.61º | 0.61% | 0.61% | - |
| HSV(B) | 135.61º | 0.57% | 0.85% | - |
| XYZ | 32.77 | 52.92 | 27.89 | - |
| YUV | 168.85 | 103.25 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 216 | 125 | 0.57 | 0 | 0.42 | 0.15 | 135.61 | 0.61 | 0.61 |
| Hex | 5D | D8 | 7D | 39 | 0 | 2A | F | 88 | 3D | 3D |
| Octal | 135 | 330 | 175 | 71 | 0 | 52 | 17 | 210 | 75 | 75 |
| Binary | 1011101 | 11011000 | 1111101 | 111001 | 0 | 101010 | 1111 | 10001000 | 111101 | 111101 |
Color Harmonies of #5DD87D
Complementary color
Monochromatic Colors of #5DD87D
Black with #5DD87D
Text Example
Text Example
White with #5DD87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD87D; }
p { color: rgb(93,216,125); }
H1.HeaderClassName
{
color: #5DD87D;
}
.AnyTagClassName
{
color: #5DD87D;
}
</style>
background-color css
<style>
a { background-color: #5DD87D; }
a { background-color: rgb(93,216,125); }
div.DivClassName
{
background-color: #5DD87D;
}
.BgClassName
{
background-color: #5DD87D;
}
</style>
border-color css
<style>
span { border-color: #5DD87D; }
span { border-color: rgb(93,216,125); }
td.TdClassName
{
border-color: #5DD87D;
}
.TagClassName
{
border-color: #5DD87D;
}
</style>