Shades of Emerald #5DCE72
Tints of Emerald #5DCE72
RGB
CMYK
RGB Variations
Color information
#5DCE72 (or 0x5DCE72) is known color: Emerald. HEX triplet: 5D, CE and 72. RGB value is (93,206,114). Sum of RGB (Red+Green+Blue) = 93+206+114=413 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.52% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCE72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCE72 is #A2318D. Grayscale: #A1A1A1. Windows color (decimal): -10629518 or 7523933. OLE color: 7523933.
HSL color Cylindrical-coordinate representation of color #5DCE72: hue angle of 131.15º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCE72 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 206 | 114 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.19 |
| HSL | 131.15º | 0.54% | 0.59% | - |
| HSV(B) | 131.15º | 0.55% | 0.81% | - |
| XYZ | 29.62 | 47.68 | 23.56 | - |
| YUV | 161.73 | 101.06 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 206 | 114 | 0.55 | 0 | 0.45 | 0.19 | 131.15 | 0.54 | 0.59 |
| Hex | 5D | CE | 72 | 37 | 0 | 2D | 13 | 83 | 36 | 3B |
| Octal | 135 | 316 | 162 | 67 | 0 | 55 | 23 | 203 | 66 | 73 |
| Binary | 1011101 | 11001110 | 1110010 | 110111 | 0 | 101101 | 10011 | 10000011 | 110110 | 111011 |
Color Harmonies of #5DCE72
Complementary color
Monochromatic Colors of #5DCE72
Black with #5DCE72
Text Example
Text Example
White with #5DCE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCE72; }
p { color: rgb(93,206,114); }
H1.HeaderClassName
{
color: #5DCE72;
}
.AnyTagClassName
{
color: #5DCE72;
}
</style>
background-color css
<style>
a { background-color: #5DCE72; }
a { background-color: rgb(93,206,114); }
div.DivClassName
{
background-color: #5DCE72;
}
.BgClassName
{
background-color: #5DCE72;
}
</style>
border-color css
<style>
span { border-color: #5DCE72; }
span { border-color: rgb(93,206,114); }
td.TdClassName
{
border-color: #5DCE72;
}
.TagClassName
{
border-color: #5DCE72;
}
</style>