Shades of Emerald #5AD077
Tints of Emerald #5AD077
RGB
CMYK
RGB Variations
Color information
#5AD077 (or 0x5AD077) is known color: Emerald. HEX triplet: 5A, D0 and 77. RGB value is (90,208,119). Sum of RGB (Red+Green+Blue) = 90+208+119=417 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.58% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD077 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD077 is #A52F88. Grayscale: #A2A2A2. Windows color (decimal): -10825609 or 7852122. OLE color: 7852122.
HSL color Cylindrical-coordinate representation of color #5AD077: hue angle of 134.75º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD077 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 208 | 119 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.18 |
| HSL | 134.75º | 0.56% | 0.58% | - |
| HSV(B) | 134.75º | 0.57% | 0.82% | - |
| XYZ | 30.1 | 48.62 | 25.25 | - |
| YUV | 162.57 | 103.41 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 208 | 119 | 0.57 | 0 | 0.43 | 0.18 | 134.75 | 0.56 | 0.58 |
| Hex | 5A | D0 | 77 | 39 | 0 | 2B | 12 | 87 | 38 | 3A |
| Octal | 132 | 320 | 167 | 71 | 0 | 53 | 22 | 207 | 70 | 72 |
| Binary | 1011010 | 11010000 | 1110111 | 111001 | 0 | 101011 | 10010 | 10000111 | 111000 | 111010 |
Color Harmonies of #5AD077
Complementary color
Monochromatic Colors of #5AD077
Black with #5AD077
Text Example
Text Example
White with #5AD077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD077; }
p { color: rgb(90,208,119); }
H1.HeaderClassName
{
color: #5AD077;
}
.AnyTagClassName
{
color: #5AD077;
}
</style>
background-color css
<style>
a { background-color: #5AD077; }
a { background-color: rgb(90,208,119); }
div.DivClassName
{
background-color: #5AD077;
}
.BgClassName
{
background-color: #5AD077;
}
</style>
border-color css
<style>
span { border-color: #5AD077; }
span { border-color: rgb(90,208,119); }
td.TdClassName
{
border-color: #5AD077;
}
.TagClassName
{
border-color: #5AD077;
}
</style>