Shades of Emerald #5DCD7D
Tints of Emerald #5DCD7D
RGB
CMYK
RGB Variations
Color information
#5DCD7D (or 0x5DCD7D) is known color: Emerald. HEX triplet: 5D, CD and 7D. RGB value is (93,205,125). Sum of RGB (Red+Green+Blue) = 93+205+125=423 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.99% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCD7D is #A23282. Grayscale: #A2A2A2. Windows color (decimal): -10629763 or 8244573. OLE color: 8244573.
HSL color Cylindrical-coordinate representation of color #5DCD7D: hue angle of 137.14º 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 #5DCD7D is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 205 | 125 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.20 |
| HSL | 137.14º | 0.53% | 0.58% | - |
| HSV(B) | 137.14º | 0.55% | 0.8% | - |
| XYZ | 30.05 | 47.47 | 26.98 | - |
| YUV | 162.39 | 106.89 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 125 | 0.55 | 0 | 0.39 | 0.20 | 137.14 | 0.53 | 0.58 |
| Hex | 5D | CD | 7D | 37 | 0 | 27 | 14 | 89 | 35 | 3A |
| Octal | 135 | 315 | 175 | 67 | 0 | 47 | 24 | 211 | 65 | 72 |
| Binary | 1011101 | 11001101 | 1111101 | 110111 | 0 | 100111 | 10100 | 10001001 | 110101 | 111010 |
Color Harmonies of #5DCD7D
Complementary color
Monochromatic Colors of #5DCD7D
Black with #5DCD7D
Text Example
Text Example
White with #5DCD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCD7D; }
p { color: rgb(93,205,125); }
H1.HeaderClassName
{
color: #5DCD7D;
}
.AnyTagClassName
{
color: #5DCD7D;
}
</style>
background-color css
<style>
a { background-color: #5DCD7D; }
a { background-color: rgb(93,205,125); }
div.DivClassName
{
background-color: #5DCD7D;
}
.BgClassName
{
background-color: #5DCD7D;
}
</style>
border-color css
<style>
span { border-color: #5DCD7D; }
span { border-color: rgb(93,205,125); }
td.TdClassName
{
border-color: #5DCD7D;
}
.TagClassName
{
border-color: #5DCD7D;
}
</style>