Shades of Emerald #5DD77C
Tints of Emerald #5DD77C
RGB
CMYK
RGB Variations
Color information
#5DD77C (or 0x5DD77C) is known color: Emerald. HEX triplet: 5D, D7 and 7C. RGB value is (93,215,124). Sum of RGB (Red+Green+Blue) = 93+215+124=432 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.53% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD77C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD77C is #A22883. Grayscale: #A8A8A8. Windows color (decimal): -10627204 or 8181597. OLE color: 8181597.
HSL color Cylindrical-coordinate representation of color #5DD77C: hue angle of 135.25º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD77C is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 215 | 124 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.16 |
| HSL | 135.25º | 0.6% | 0.6% | - |
| HSV(B) | 135.25º | 0.57% | 0.84% | - |
| XYZ | 32.45 | 52.38 | 27.47 | - |
| YUV | 168.15 | 103.08 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 215 | 124 | 0.57 | 0 | 0.42 | 0.16 | 135.25 | 0.6 | 0.6 |
| Hex | 5D | D7 | 7C | 39 | 0 | 2A | 10 | 87 | 3C | 3C |
| Octal | 135 | 327 | 174 | 71 | 0 | 52 | 20 | 207 | 74 | 74 |
| Binary | 1011101 | 11010111 | 1111100 | 111001 | 0 | 101010 | 10000 | 10000111 | 111100 | 111100 |
Color Harmonies of #5DD77C
Complementary color
Monochromatic Colors of #5DD77C
Black with #5DD77C
Text Example
Text Example
White with #5DD77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD77C; }
p { color: rgb(93,215,124); }
H1.HeaderClassName
{
color: #5DD77C;
}
.AnyTagClassName
{
color: #5DD77C;
}
</style>
background-color css
<style>
a { background-color: #5DD77C; }
a { background-color: rgb(93,215,124); }
div.DivClassName
{
background-color: #5DD77C;
}
.BgClassName
{
background-color: #5DD77C;
}
</style>
border-color css
<style>
span { border-color: #5DD77C; }
span { border-color: rgb(93,215,124); }
td.TdClassName
{
border-color: #5DD77C;
}
.TagClassName
{
border-color: #5DD77C;
}
</style>