Shades of Emerald #5DED8F
Tints of Emerald #5DED8F
RGB
CMYK
RGB Variations
Color information
#5DED8F (or 0x5DED8F) is known color: Emerald. HEX triplet: 5D, ED and 8F. RGB value is (93,237,143). Sum of RGB (Red+Green+Blue) = 93+237+143=473 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.66% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #5DED8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DED8F is #A21270. Grayscale: #B7B7B7. Windows color (decimal): -10621553 or 9432413. OLE color: 9432413.
HSL color Cylindrical-coordinate representation of color #5DED8F: hue angle of 140.83º 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 #5DED8F is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 237 | 143 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.07 |
| HSL | 140.83º | 0.8% | 0.65% | - |
| HSV(B) | 140.83º | 0.61% | 0.93% | - |
| XYZ | 39.76 | 64.88 | 36.41 | - |
| YUV | 183.23 | 105.29 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 237 | 143 | 0.61 | 0 | 0.40 | 0.07 | 140.83 | 0.8 | 0.65 |
| Hex | 5D | ED | 8F | 3D | 0 | 28 | 7 | 8D | 50 | 41 |
| Octal | 135 | 355 | 217 | 75 | 0 | 50 | 7 | 215 | 120 | 101 |
| Binary | 1011101 | 11101101 | 10001111 | 111101 | 0 | 101000 | 111 | 10001101 | 1010000 | 1000001 |
Color Harmonies of #5DED8F
Complementary color
Monochromatic Colors of #5DED8F
Black with #5DED8F
Text Example
Text Example
White with #5DED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DED8F; }
p { color: rgb(93,237,143); }
H1.HeaderClassName
{
color: #5DED8F;
}
.AnyTagClassName
{
color: #5DED8F;
}
</style>
background-color css
<style>
a { background-color: #5DED8F; }
a { background-color: rgb(93,237,143); }
div.DivClassName
{
background-color: #5DED8F;
}
.BgClassName
{
background-color: #5DED8F;
}
</style>
border-color css
<style>
span { border-color: #5DED8F; }
span { border-color: rgb(93,237,143); }
td.TdClassName
{
border-color: #5DED8F;
}
.TagClassName
{
border-color: #5DED8F;
}
</style>