Shades of Emerald #5DED90
Tints of Emerald #5DED90
RGB
CMYK
RGB Variations
Color information
#5DED90 (or 0x5DED90) is known color: Emerald. HEX triplet: 5D, ED and 90. RGB value is (93,237,144). Sum of RGB (Red+Green+Blue) = 93+237+144=474 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.62% from 474); Green value is 237 (92.97% from 255 or 50% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 237 - color contains mainly: green. Hex color #5DED90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DED90 is #A2126F. Grayscale: #B7B7B7. Windows color (decimal): -10621552 or 9497949. OLE color: 9497949.
HSL color Cylindrical-coordinate representation of color #5DED90: hue angle of 141.25º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DED90 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 237 | 144 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.07 |
| HSL | 141.25º | 0.8% | 0.65% | - |
| HSV(B) | 141.25º | 0.61% | 0.93% | - |
| XYZ | 39.83 | 64.91 | 36.81 | - |
| YUV | 183.34 | 105.79 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 237 | 144 | 0.61 | 0 | 0.39 | 0.07 | 141.25 | 0.8 | 0.65 |
| Hex | 5D | ED | 90 | 3D | 0 | 27 | 7 | 8D | 50 | 41 |
| Octal | 135 | 355 | 220 | 75 | 0 | 47 | 7 | 215 | 120 | 101 |
| Binary | 1011101 | 11101101 | 10010000 | 111101 | 0 | 100111 | 111 | 10001101 | 1010000 | 1000001 |
Color Harmonies of #5DED90
Complementary color
Monochromatic Colors of #5DED90
Black with #5DED90
Text Example
Text Example
White with #5DED90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DED90; }
p { color: rgb(93,237,144); }
H1.HeaderClassName
{
color: #5DED90;
}
.AnyTagClassName
{
color: #5DED90;
}
</style>
background-color css
<style>
a { background-color: #5DED90; }
a { background-color: rgb(93,237,144); }
div.DivClassName
{
background-color: #5DED90;
}
.BgClassName
{
background-color: #5DED90;
}
</style>
border-color css
<style>
span { border-color: #5DED90; }
span { border-color: rgb(93,237,144); }
td.TdClassName
{
border-color: #5DED90;
}
.TagClassName
{
border-color: #5DED90;
}
</style>