Shades of Emerald #5AD88D
Tints of Emerald #5AD88D
RGB
CMYK
RGB Variations
Color information
#5AD88D (or 0x5AD88D) is known color: Emerald. HEX triplet: 5A, D8 and 8D. RGB value is (90,216,141). Sum of RGB (Red+Green+Blue) = 90+216+141=447 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.13% from 447); Green value is 216 (84.77% from 255 or 48.32% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 216 - color contains mainly: green. Hex color #5AD88D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD88D is #A52772. Grayscale: #A9A9A9. Windows color (decimal): -10823539 or 9295962. OLE color: 9295962.
HSL color Cylindrical-coordinate representation of color #5AD88D: hue angle of 144.29º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD88D is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 216 | 141 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.15 |
| HSL | 144.29º | 0.62% | 0.6% | - |
| HSV(B) | 144.29º | 0.58% | 0.85% | - |
| XYZ | 33.58 | 53.21 | 33.7 | - |
| YUV | 169.78 | 111.76 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 216 | 141 | 0.58 | 0 | 0.35 | 0.15 | 144.29 | 0.62 | 0.6 |
| Hex | 5A | D8 | 8D | 3A | 0 | 23 | F | 90 | 3E | 3C |
| Octal | 132 | 330 | 215 | 72 | 0 | 43 | 17 | 220 | 76 | 74 |
| Binary | 1011010 | 11011000 | 10001101 | 111010 | 0 | 100011 | 1111 | 10010000 | 111110 | 111100 |
Color Harmonies of #5AD88D
Complementary color
Monochromatic Colors of #5AD88D
Black with #5AD88D
Text Example
Text Example
White with #5AD88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD88D; }
p { color: rgb(90,216,141); }
H1.HeaderClassName
{
color: #5AD88D;
}
.AnyTagClassName
{
color: #5AD88D;
}
</style>
background-color css
<style>
a { background-color: #5AD88D; }
a { background-color: rgb(90,216,141); }
div.DivClassName
{
background-color: #5AD88D;
}
.BgClassName
{
background-color: #5AD88D;
}
</style>
border-color css
<style>
span { border-color: #5AD88D; }
span { border-color: rgb(90,216,141); }
td.TdClassName
{
border-color: #5AD88D;
}
.TagClassName
{
border-color: #5AD88D;
}
</style>