Shades of Emerald #5DE38E
Tints of Emerald #5DE38E
RGB
CMYK
RGB Variations
Color information
#5DE38E (or 0x5DE38E) is known color: Emerald. HEX triplet: 5D, E3 and 8E. RGB value is (93,227,142). Sum of RGB (Red+Green+Blue) = 93+227+142=462 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.13% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 227 - color contains mainly: green. Hex color #5DE38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DE38E is #A21C71. Grayscale: #B1B1B1. Windows color (decimal): -10624114 or 9364317. OLE color: 9364317.
HSL color Cylindrical-coordinate representation of color #5DE38E: hue angle of 141.94º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DE38E is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 93 | 227 | 142 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.11 |
| HSL | 141.94º | 0.71% | 0.63% | - |
| HSV(B) | 141.94º | 0.59% | 0.89% | - |
| XYZ | 36.87 | 59.22 | 35.08 | - |
| YUV | 177.24 | 108.11 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 227 | 142 | 0.59 | 0 | 0.37 | 0.11 | 141.94 | 0.71 | 0.63 |
| Hex | 5D | E3 | 8E | 3B | 0 | 25 | B | 8E | 47 | 3F |
| Octal | 135 | 343 | 216 | 73 | 0 | 45 | 13 | 216 | 107 | 77 |
| Binary | 1011101 | 11100011 | 10001110 | 111011 | 0 | 100101 | 1011 | 10001110 | 1000111 | 111111 |
Color Harmonies of #5DE38E
Complementary color
Monochromatic Colors of #5DE38E
Black with #5DE38E
Text Example
Text Example
White with #5DE38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE38E; }
p { color: rgb(93,227,142); }
H1.HeaderClassName
{
color: #5DE38E;
}
.AnyTagClassName
{
color: #5DE38E;
}
</style>
background-color css
<style>
a { background-color: #5DE38E; }
a { background-color: rgb(93,227,142); }
div.DivClassName
{
background-color: #5DE38E;
}
.BgClassName
{
background-color: #5DE38E;
}
</style>
border-color css
<style>
span { border-color: #5DE38E; }
span { border-color: rgb(93,227,142); }
td.TdClassName
{
border-color: #5DE38E;
}
.TagClassName
{
border-color: #5DE38E;
}
</style>