Shades of Emerald #5AE582
Tints of Emerald #5AE582
RGB
CMYK
RGB Variations
Color information
#5AE582 (or 0x5AE582) is known color: Emerald. HEX triplet: 5A, E5 and 82. RGB value is (90,229,130). Sum of RGB (Red+Green+Blue) = 90+229+130=449 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.04% from 449); Green value is 229 (89.84% from 255 or 51.00% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 229 - color contains mainly: green. Hex color #5AE582 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AE582 is #A51A7D. Grayscale: #B0B0B0. Windows color (decimal): -10820222 or 8578394. OLE color: 8578394.
HSL color Cylindrical-coordinate representation of color #5AE582: hue angle of 137.27º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE582 is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 229 | 130 | - |
| CMYK | 0.61 | 0 | 0.43 | 0.10 |
| HSL | 137.27º | 0.73% | 0.63% | - |
| HSV(B) | 137.27º | 0.61% | 0.9% | - |
| XYZ | 36.27 | 59.82 | 30.75 | - |
| YUV | 176.15 | 101.95 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 229 | 130 | 0.61 | 0 | 0.43 | 0.10 | 137.27 | 0.73 | 0.63 |
| Hex | 5A | E5 | 82 | 3D | 0 | 2B | A | 89 | 49 | 3F |
| Octal | 132 | 345 | 202 | 75 | 0 | 53 | 12 | 211 | 111 | 77 |
| Binary | 1011010 | 11100101 | 10000010 | 111101 | 0 | 101011 | 1010 | 10001001 | 1001001 | 111111 |
Color Harmonies of #5AE582
Complementary color
Monochromatic Colors of #5AE582
Black with #5AE582
Text Example
Text Example
White with #5AE582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE582; }
p { color: rgb(90,229,130); }
H1.HeaderClassName
{
color: #5AE582;
}
.AnyTagClassName
{
color: #5AE582;
}
</style>
background-color css
<style>
a { background-color: #5AE582; }
a { background-color: rgb(90,229,130); }
div.DivClassName
{
background-color: #5AE582;
}
.BgClassName
{
background-color: #5AE582;
}
</style>
border-color css
<style>
span { border-color: #5AE582; }
span { border-color: rgb(90,229,130); }
td.TdClassName
{
border-color: #5AE582;
}
.TagClassName
{
border-color: #5AE582;
}
</style>