Shades of Emerald #5AE580
Tints of Emerald #5AE580
RGB
CMYK
RGB Variations
Color information
#5AE580 (or 0x5AE580) is known color: Emerald. HEX triplet: 5A, E5 and 80. RGB value is (90,229,128). Sum of RGB (Red+Green+Blue) = 90+229+128=447 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.13% from 447); Green value is 229 (89.84% from 255 or 51.23% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 229 - color contains mainly: green. Hex color #5AE580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AE580 is #A51A7F. Grayscale: #B0B0B0. Windows color (decimal): -10820224 or 8447322. OLE color: 8447322.
HSL color Cylindrical-coordinate representation of color #5AE580: hue angle of 136.4º 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 #5AE580 is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 229 | 128 | - |
| CMYK | 0.61 | 0 | 0.44 | 0.10 |
| HSL | 136.4º | 0.73% | 0.63% | - |
| HSV(B) | 136.4º | 0.61% | 0.9% | - |
| XYZ | 36.13 | 59.77 | 30.05 | - |
| YUV | 175.93 | 100.95 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 229 | 128 | 0.61 | 0 | 0.44 | 0.10 | 136.4 | 0.73 | 0.63 |
| Hex | 5A | E5 | 80 | 3D | 0 | 2C | A | 88 | 49 | 3F |
| Octal | 132 | 345 | 200 | 75 | 0 | 54 | 12 | 210 | 111 | 77 |
| Binary | 1011010 | 11100101 | 10000000 | 111101 | 0 | 101100 | 1010 | 10001000 | 1001001 | 111111 |
Color Harmonies of #5AE580
Complementary color
Monochromatic Colors of #5AE580
Black with #5AE580
Text Example
Text Example
White with #5AE580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE580; }
p { color: rgb(90,229,128); }
H1.HeaderClassName
{
color: #5AE580;
}
.AnyTagClassName
{
color: #5AE580;
}
</style>
background-color css
<style>
a { background-color: #5AE580; }
a { background-color: rgb(90,229,128); }
div.DivClassName
{
background-color: #5AE580;
}
.BgClassName
{
background-color: #5AE580;
}
</style>
border-color css
<style>
span { border-color: #5AE580; }
span { border-color: rgb(90,229,128); }
td.TdClassName
{
border-color: #5AE580;
}
.TagClassName
{
border-color: #5AE580;
}
</style>