Shades of Emerald #5DCE7A
Tints of Emerald #5DCE7A
RGB
CMYK
RGB Variations
Color information
#5DCE7A (or 0x5DCE7A) is known color: Emerald. HEX triplet: 5D, CE and 7A. RGB value is (93,206,122). Sum of RGB (Red+Green+Blue) = 93+206+122=421 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.09% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCE7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCE7A is #A23185. Grayscale: #A2A2A2. Windows color (decimal): -10629510 or 8048221. OLE color: 8048221.
HSL color Cylindrical-coordinate representation of color #5DCE7A: hue angle of 135.4º 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 #5DCE7A is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 206 | 122 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.19 |
| HSL | 135.4º | 0.54% | 0.59% | - |
| HSV(B) | 135.4º | 0.55% | 0.81% | - |
| XYZ | 30.1 | 47.87 | 26.07 | - |
| YUV | 162.64 | 105.06 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 206 | 122 | 0.55 | 0 | 0.41 | 0.19 | 135.4 | 0.54 | 0.59 |
| Hex | 5D | CE | 7A | 37 | 0 | 29 | 13 | 87 | 36 | 3B |
| Octal | 135 | 316 | 172 | 67 | 0 | 51 | 23 | 207 | 66 | 73 |
| Binary | 1011101 | 11001110 | 1111010 | 110111 | 0 | 101001 | 10011 | 10000111 | 110110 | 111011 |
Color Harmonies of #5DCE7A
Complementary color
Monochromatic Colors of #5DCE7A
Black with #5DCE7A
Text Example
Text Example
White with #5DCE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCE7A; }
p { color: rgb(93,206,122); }
H1.HeaderClassName
{
color: #5DCE7A;
}
.AnyTagClassName
{
color: #5DCE7A;
}
</style>
background-color css
<style>
a { background-color: #5DCE7A; }
a { background-color: rgb(93,206,122); }
div.DivClassName
{
background-color: #5DCE7A;
}
.BgClassName
{
background-color: #5DCE7A;
}
</style>
border-color css
<style>
span { border-color: #5DCE7A; }
span { border-color: rgb(93,206,122); }
td.TdClassName
{
border-color: #5DCE7A;
}
.TagClassName
{
border-color: #5DCE7A;
}
</style>