Shades of Emerald #5DCD87
Tints of Emerald #5DCD87
RGB
CMYK
RGB Variations
Color information
#5DCD87 (or 0x5DCD87) is known color: Emerald. HEX triplet: 5D, CD and 87. RGB value is (93,205,135). Sum of RGB (Red+Green+Blue) = 93+205+135=433 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.48% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCD87 is #A23278. Grayscale: #A3A3A3. Windows color (decimal): -10629753 or 8899933. OLE color: 8899933.
HSL color Cylindrical-coordinate representation of color #5DCD87: hue angle of 142.5º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCD87 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 205 | 135 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.20 |
| HSL | 142.5º | 0.53% | 0.58% | - |
| HSV(B) | 142.5º | 0.55% | 0.8% | - |
| XYZ | 30.72 | 47.74 | 30.52 | - |
| YUV | 163.53 | 111.89 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 135 | 0.55 | 0 | 0.34 | 0.20 | 142.5 | 0.53 | 0.58 |
| Hex | 5D | CD | 87 | 37 | 0 | 22 | 14 | 8E | 35 | 3A |
| Octal | 135 | 315 | 207 | 67 | 0 | 42 | 24 | 216 | 65 | 72 |
| Binary | 1011101 | 11001101 | 10000111 | 110111 | 0 | 100010 | 10100 | 10001110 | 110101 | 111010 |
Color Harmonies of #5DCD87
Complementary color
Monochromatic Colors of #5DCD87
Black with #5DCD87
Text Example
Text Example
White with #5DCD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCD87; }
p { color: rgb(93,205,135); }
H1.HeaderClassName
{
color: #5DCD87;
}
.AnyTagClassName
{
color: #5DCD87;
}
</style>
background-color css
<style>
a { background-color: #5DCD87; }
a { background-color: rgb(93,205,135); }
div.DivClassName
{
background-color: #5DCD87;
}
.BgClassName
{
background-color: #5DCD87;
}
</style>
border-color css
<style>
span { border-color: #5DCD87; }
span { border-color: rgb(93,205,135); }
td.TdClassName
{
border-color: #5DCD87;
}
.TagClassName
{
border-color: #5DCD87;
}
</style>