Shades of Emerald #5DEC8D
Tints of Emerald #5DEC8D
RGB
CMYK
RGB Variations
Color information
#5DEC8D (or 0x5DEC8D) is known color: Emerald. HEX triplet: 5D, EC and 8D. RGB value is (93,236,141). Sum of RGB (Red+Green+Blue) = 93+236+141=470 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.79% from 470); Green value is 236 (92.58% from 255 or 50.21% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 236 - color contains mainly: green. Hex color #5DEC8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DEC8D is #A21372. Grayscale: #B6B6B6. Windows color (decimal): -10621811 or 9301085. OLE color: 9301085.
HSL color Cylindrical-coordinate representation of color #5DEC8D: hue angle of 140.14º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEC8D is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 236 | 141 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.07 |
| HSL | 140.14º | 0.79% | 0.65% | - |
| HSV(B) | 140.14º | 0.61% | 0.93% | - |
| XYZ | 39.32 | 64.24 | 35.53 | - |
| YUV | 182.41 | 104.62 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 236 | 141 | 0.61 | 0 | 0.40 | 0.07 | 140.14 | 0.79 | 0.65 |
| Hex | 5D | EC | 8D | 3D | 0 | 28 | 7 | 8C | 4F | 41 |
| Octal | 135 | 354 | 215 | 75 | 0 | 50 | 7 | 214 | 117 | 101 |
| Binary | 1011101 | 11101100 | 10001101 | 111101 | 0 | 101000 | 111 | 10001100 | 1001111 | 1000001 |
Color Harmonies of #5DEC8D
Complementary color
Monochromatic Colors of #5DEC8D
Black with #5DEC8D
Text Example
Text Example
White with #5DEC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEC8D; }
p { color: rgb(93,236,141); }
H1.HeaderClassName
{
color: #5DEC8D;
}
.AnyTagClassName
{
color: #5DEC8D;
}
</style>
background-color css
<style>
a { background-color: #5DEC8D; }
a { background-color: rgb(93,236,141); }
div.DivClassName
{
background-color: #5DEC8D;
}
.BgClassName
{
background-color: #5DEC8D;
}
</style>
border-color css
<style>
span { border-color: #5DEC8D; }
span { border-color: rgb(93,236,141); }
td.TdClassName
{
border-color: #5DEC8D;
}
.TagClassName
{
border-color: #5DEC8D;
}
</style>