Shades of Emerald #5DCD74
Tints of Emerald #5DCD74
RGB
CMYK
RGB Variations
Color information
#5DCD74 (or 0x5DCD74) is known color: Emerald. HEX triplet: 5D, CD and 74. RGB value is (93,205,116). Sum of RGB (Red+Green+Blue) = 93+205+116=414 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.46% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCD74 is #A2328B. Grayscale: #A1A1A1. Windows color (decimal): -10629772 or 7654749. OLE color: 7654749.
HSL color Cylindrical-coordinate representation of color #5DCD74: hue angle of 132.32º 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 #5DCD74 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 205 | 116 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.20 |
| HSL | 132.32º | 0.53% | 0.58% | - |
| HSV(B) | 132.32º | 0.55% | 0.8% | - |
| XYZ | 29.5 | 47.25 | 24.09 | - |
| YUV | 161.37 | 102.39 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 116 | 0.55 | 0 | 0.43 | 0.20 | 132.32 | 0.53 | 0.58 |
| Hex | 5D | CD | 74 | 37 | 0 | 2B | 14 | 84 | 35 | 3A |
| Octal | 135 | 315 | 164 | 67 | 0 | 53 | 24 | 204 | 65 | 72 |
| Binary | 1011101 | 11001101 | 1110100 | 110111 | 0 | 101011 | 10100 | 10000100 | 110101 | 111010 |
Color Harmonies of #5DCD74
Complementary color
Monochromatic Colors of #5DCD74
Black with #5DCD74
Text Example
Text Example
White with #5DCD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCD74; }
p { color: rgb(93,205,116); }
H1.HeaderClassName
{
color: #5DCD74;
}
.AnyTagClassName
{
color: #5DCD74;
}
</style>
background-color css
<style>
a { background-color: #5DCD74; }
a { background-color: rgb(93,205,116); }
div.DivClassName
{
background-color: #5DCD74;
}
.BgClassName
{
background-color: #5DCD74;
}
</style>
border-color css
<style>
span { border-color: #5DCD74; }
span { border-color: rgb(93,205,116); }
td.TdClassName
{
border-color: #5DCD74;
}
.TagClassName
{
border-color: #5DCD74;
}
</style>