Shades of Emerald #5AE077
Tints of Emerald #5AE077
RGB
CMYK
RGB Variations
Color information
#5AE077 (or 0x5AE077) is known color: Emerald. HEX triplet: 5A, E0 and 77. RGB value is (90,224,119). Sum of RGB (Red+Green+Blue) = 90+224+119=433 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.79% from 433); Green value is 224 (87.89% from 255 or 51.73% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 224 - color contains mainly: green. Hex color #5AE077 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AE077 is #A51F88. Grayscale: #ACACAC. Windows color (decimal): -10821513 or 7856218. OLE color: 7856218.
HSL color Cylindrical-coordinate representation of color #5AE077: hue angle of 132.99º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AE077 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 224 | 119 | - |
| CMYK | 0.60 | 0 | 0.47 | 0.12 |
| HSL | 132.99º | 0.68% | 0.62% | - |
| HSV(B) | 132.99º | 0.6% | 0.88% | - |
| XYZ | 34.2 | 56.82 | 26.62 | - |
| YUV | 171.96 | 98.11 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 224 | 119 | 0.60 | 0 | 0.47 | 0.12 | 132.99 | 0.68 | 0.62 |
| Hex | 5A | E0 | 77 | 3C | 0 | 2F | C | 85 | 44 | 3E |
| Octal | 132 | 340 | 167 | 74 | 0 | 57 | 14 | 205 | 104 | 76 |
| Binary | 1011010 | 11100000 | 1110111 | 111100 | 0 | 101111 | 1100 | 10000101 | 1000100 | 111110 |
Color Harmonies of #5AE077
Complementary color
Monochromatic Colors of #5AE077
Black with #5AE077
Text Example
Text Example
White with #5AE077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE077; }
p { color: rgb(90,224,119); }
H1.HeaderClassName
{
color: #5AE077;
}
.AnyTagClassName
{
color: #5AE077;
}
</style>
background-color css
<style>
a { background-color: #5AE077; }
a { background-color: rgb(90,224,119); }
div.DivClassName
{
background-color: #5AE077;
}
.BgClassName
{
background-color: #5AE077;
}
</style>
border-color css
<style>
span { border-color: #5AE077; }
span { border-color: rgb(90,224,119); }
td.TdClassName
{
border-color: #5AE077;
}
.TagClassName
{
border-color: #5AE077;
}
</style>