Shades of Emerald #5DC87D
Tints of Emerald #5DC87D
RGB
CMYK
RGB Variations
Color information
#5DC87D (or 0x5DC87D) is known color: Emerald. HEX triplet: 5D, C8 and 7D. RGB value is (93,200,125). Sum of RGB (Red+Green+Blue) = 93+200+125=418 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.25% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 200 - color contains mainly: green. Hex color #5DC87D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC87D is #A23782. Grayscale: #9F9F9F. Windows color (decimal): -10631043 or 8243293. OLE color: 8243293.
HSL color Cylindrical-coordinate representation of color #5DC87D: hue angle of 137.94º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5DC87D is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 200 | 125 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.22 |
| HSL | 137.94º | 0.49% | 0.57% | - |
| HSV(B) | 137.94º | 0.54% | 0.78% | - |
| XYZ | 28.87 | 45.12 | 26.59 | - |
| YUV | 159.46 | 108.55 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 200 | 125 | 0.54 | 0 | 0.38 | 0.22 | 137.94 | 0.49 | 0.57 |
| Hex | 5D | C8 | 7D | 36 | 0 | 26 | 16 | 8A | 31 | 39 |
| Octal | 135 | 310 | 175 | 66 | 0 | 46 | 26 | 212 | 61 | 71 |
| Binary | 1011101 | 11001000 | 1111101 | 110110 | 0 | 100110 | 10110 | 10001010 | 110001 | 111001 |
Color Harmonies of #5DC87D
Complementary color
Monochromatic Colors of #5DC87D
Black with #5DC87D
Text Example
Text Example
White with #5DC87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC87D; }
p { color: rgb(93,200,125); }
H1.HeaderClassName
{
color: #5DC87D;
}
.AnyTagClassName
{
color: #5DC87D;
}
</style>
background-color css
<style>
a { background-color: #5DC87D; }
a { background-color: rgb(93,200,125); }
div.DivClassName
{
background-color: #5DC87D;
}
.BgClassName
{
background-color: #5DC87D;
}
</style>
border-color css
<style>
span { border-color: #5DC87D; }
span { border-color: rgb(93,200,125); }
td.TdClassName
{
border-color: #5DC87D;
}
.TagClassName
{
border-color: #5DC87D;
}
</style>