Shades of Emerald #5ADD8D
Tints of Emerald #5ADD8D
RGB
CMYK
RGB Variations
Color information
#5ADD8D (or 0x5ADD8D) is known color: Emerald. HEX triplet: 5A, DD and 8D. RGB value is (90,221,141). Sum of RGB (Red+Green+Blue) = 90+221+141=452 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.91% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADD8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADD8D is #A52272. Grayscale: #ACACAC. Windows color (decimal): -10822259 or 9297242. OLE color: 9297242.
HSL color Cylindrical-coordinate representation of color #5ADD8D: hue angle of 143.36º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADD8D is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 141 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.13 |
| HSL | 143.36º | 0.66% | 0.61% | - |
| HSV(B) | 143.36º | 0.59% | 0.87% | - |
| XYZ | 34.88 | 55.81 | 34.13 | - |
| YUV | 172.71 | 110.1 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 141 | 0.59 | 0 | 0.36 | 0.13 | 143.36 | 0.66 | 0.61 |
| Hex | 5A | DD | 8D | 3B | 0 | 24 | D | 8F | 42 | 3D |
| Octal | 132 | 335 | 215 | 73 | 0 | 44 | 15 | 217 | 102 | 75 |
| Binary | 1011010 | 11011101 | 10001101 | 111011 | 0 | 100100 | 1101 | 10001111 | 1000010 | 111101 |
Color Harmonies of #5ADD8D
Complementary color
Monochromatic Colors of #5ADD8D
Black with #5ADD8D
Text Example
Text Example
White with #5ADD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADD8D; }
p { color: rgb(90,221,141); }
H1.HeaderClassName
{
color: #5ADD8D;
}
.AnyTagClassName
{
color: #5ADD8D;
}
</style>
background-color css
<style>
a { background-color: #5ADD8D; }
a { background-color: rgb(90,221,141); }
div.DivClassName
{
background-color: #5ADD8D;
}
.BgClassName
{
background-color: #5ADD8D;
}
</style>
border-color css
<style>
span { border-color: #5ADD8D; }
span { border-color: rgb(90,221,141); }
td.TdClassName
{
border-color: #5ADD8D;
}
.TagClassName
{
border-color: #5ADD8D;
}
</style>