Shades of Emerald #5DE37D
Tints of Emerald #5DE37D
RGB
CMYK
RGB Variations
Color information
#5DE37D (or 0x5DE37D) is known color: Emerald. HEX triplet: 5D, E3 and 7D. RGB value is (93,227,125). Sum of RGB (Red+Green+Blue) = 93+227+125=445 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.90% from 445); Green value is 227 (89.06% from 255 or 51.01% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 227 - color contains mainly: green. Hex color #5DE37D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DE37D is #A21C82. Grayscale: #AFAFAF. Windows color (decimal): -10624131 or 8250205. OLE color: 8250205.
HSL color Cylindrical-coordinate representation of color #5DE37D: hue angle of 134.33º 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 #5DE37D is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 93 | 227 | 125 | - |
| CMYK | 0.59 | 0 | 0.45 | 0.11 |
| HSL | 134.33º | 0.71% | 0.63% | - |
| HSV(B) | 134.33º | 0.59% | 0.89% | - |
| XYZ | 35.68 | 58.75 | 28.86 | - |
| YUV | 175.31 | 99.61 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 227 | 125 | 0.59 | 0 | 0.45 | 0.11 | 134.33 | 0.71 | 0.63 |
| Hex | 5D | E3 | 7D | 3B | 0 | 2D | B | 86 | 47 | 3F |
| Octal | 135 | 343 | 175 | 73 | 0 | 55 | 13 | 206 | 107 | 77 |
| Binary | 1011101 | 11100011 | 1111101 | 111011 | 0 | 101101 | 1011 | 10000110 | 1000111 | 111111 |
Color Harmonies of #5DE37D
Complementary color
Monochromatic Colors of #5DE37D
Black with #5DE37D
Text Example
Text Example
White with #5DE37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE37D; }
p { color: rgb(93,227,125); }
H1.HeaderClassName
{
color: #5DE37D;
}
.AnyTagClassName
{
color: #5DE37D;
}
</style>
background-color css
<style>
a { background-color: #5DE37D; }
a { background-color: rgb(93,227,125); }
div.DivClassName
{
background-color: #5DE37D;
}
.BgClassName
{
background-color: #5DE37D;
}
</style>
border-color css
<style>
span { border-color: #5DE37D; }
span { border-color: rgb(93,227,125); }
td.TdClassName
{
border-color: #5DE37D;
}
.TagClassName
{
border-color: #5DE37D;
}
</style>