Shades of Emerald #5DE07C
Tints of Emerald #5DE07C
RGB
CMYK
RGB Variations
Color information
#5DE07C (or 0x5DE07C) is known color: Emerald. HEX triplet: 5D, E0 and 7C. RGB value is (93,224,124). Sum of RGB (Red+Green+Blue) = 93+224+124=441 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.09% from 441); Green value is 224 (87.89% from 255 or 50.79% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 224 - color contains mainly: green. Hex color #5DE07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DE07C is #A21F83. Grayscale: #ADADAD. Windows color (decimal): -10624900 or 8183901. OLE color: 8183901.
HSL color Cylindrical-coordinate representation of color #5DE07C: hue angle of 134.2º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DE07C is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 93 | 224 | 124 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.12 |
| HSL | 134.2º | 0.68% | 0.62% | - |
| HSV(B) | 134.2º | 0.58% | 0.88% | - |
| XYZ | 34.81 | 57.09 | 28.25 | - |
| YUV | 173.43 | 100.1 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 224 | 124 | 0.58 | 0 | 0.45 | 0.12 | 134.2 | 0.68 | 0.62 |
| Hex | 5D | E0 | 7C | 3A | 0 | 2D | C | 86 | 44 | 3E |
| Octal | 135 | 340 | 174 | 72 | 0 | 55 | 14 | 206 | 104 | 76 |
| Binary | 1011101 | 11100000 | 1111100 | 111010 | 0 | 101101 | 1100 | 10000110 | 1000100 | 111110 |
Color Harmonies of #5DE07C
Complementary color
Monochromatic Colors of #5DE07C
Black with #5DE07C
Text Example
Text Example
White with #5DE07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE07C; }
p { color: rgb(93,224,124); }
H1.HeaderClassName
{
color: #5DE07C;
}
.AnyTagClassName
{
color: #5DE07C;
}
</style>
background-color css
<style>
a { background-color: #5DE07C; }
a { background-color: rgb(93,224,124); }
div.DivClassName
{
background-color: #5DE07C;
}
.BgClassName
{
background-color: #5DE07C;
}
</style>
border-color css
<style>
span { border-color: #5DE07C; }
span { border-color: rgb(93,224,124); }
td.TdClassName
{
border-color: #5DE07C;
}
.TagClassName
{
border-color: #5DE07C;
}
</style>