Shades of Emerald #5DDA8A
Tints of Emerald #5DDA8A
RGB
CMYK
RGB Variations
Color information
#5DDA8A (or 0x5DDA8A) is known color: Emerald. HEX triplet: 5D, DA and 8A. RGB value is (93,218,138). Sum of RGB (Red+Green+Blue) = 93+218+138=449 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.71% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDA8A is #A22575. Grayscale: #ABABAB. Windows color (decimal): -10626422 or 9099869. OLE color: 9099869.
HSL color Cylindrical-coordinate representation of color #5DDA8A: hue angle of 141.6º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DDA8A is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 218 | 138 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.15 |
| HSL | 141.6º | 0.63% | 0.61% | - |
| HSV(B) | 141.6º | 0.57% | 0.85% | - |
| XYZ | 34.17 | 54.3 | 32.73 | - |
| YUV | 171.51 | 109.09 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 218 | 138 | 0.57 | 0 | 0.37 | 0.15 | 141.6 | 0.63 | 0.61 |
| Hex | 5D | DA | 8A | 39 | 0 | 25 | F | 8E | 3F | 3D |
| Octal | 135 | 332 | 212 | 71 | 0 | 45 | 17 | 216 | 77 | 75 |
| Binary | 1011101 | 11011010 | 10001010 | 111001 | 0 | 100101 | 1111 | 10001110 | 111111 | 111101 |
Color Harmonies of #5DDA8A
Complementary color
Monochromatic Colors of #5DDA8A
Black with #5DDA8A
Text Example
Text Example
White with #5DDA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDA8A; }
p { color: rgb(93,218,138); }
H1.HeaderClassName
{
color: #5DDA8A;
}
.AnyTagClassName
{
color: #5DDA8A;
}
</style>
background-color css
<style>
a { background-color: #5DDA8A; }
a { background-color: rgb(93,218,138); }
div.DivClassName
{
background-color: #5DDA8A;
}
.BgClassName
{
background-color: #5DDA8A;
}
</style>
border-color css
<style>
span { border-color: #5DDA8A; }
span { border-color: rgb(93,218,138); }
td.TdClassName
{
border-color: #5DDA8A;
}
.TagClassName
{
border-color: #5DDA8A;
}
</style>