Shades of Emerald #5ABE7D
Tints of Emerald #5ABE7D
RGB
CMYK
RGB Variations
Color information
#5ABE7D (or 0x5ABE7D) is known color: Emerald. HEX triplet: 5A, BE and 7D. RGB value is (90,190,125). Sum of RGB (Red+Green+Blue) = 90+190+125=405 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.22% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABE7D is #A54182. Grayscale: #989898. Windows color (decimal): -10830211 or 8240730. OLE color: 8240730.
HSL color Cylindrical-coordinate representation of color #5ABE7D: hue angle of 141º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABE7D is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 190 | 125 | - |
| CMYK | 0.53 | 0 | 0.34 | 0.25 |
| HSL | 141º | 0.43% | 0.55% | - |
| HSV(B) | 141º | 0.53% | 0.75% | - |
| XYZ | 26.33 | 40.48 | 25.83 | - |
| YUV | 152.69 | 112.37 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 190 | 125 | 0.53 | 0 | 0.34 | 0.25 | 141 | 0.43 | 0.55 |
| Hex | 5A | BE | 7D | 35 | 0 | 22 | 19 | 8D | 2B | 37 |
| Octal | 132 | 276 | 175 | 65 | 0 | 42 | 31 | 215 | 53 | 67 |
| Binary | 1011010 | 10111110 | 1111101 | 110101 | 0 | 100010 | 11001 | 10001101 | 101011 | 110111 |
Color Harmonies of #5ABE7D
Complementary color
Monochromatic Colors of #5ABE7D
Black with #5ABE7D
Text Example
Text Example
White with #5ABE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABE7D; }
p { color: rgb(90,190,125); }
H1.HeaderClassName
{
color: #5ABE7D;
}
.AnyTagClassName
{
color: #5ABE7D;
}
</style>
background-color css
<style>
a { background-color: #5ABE7D; }
a { background-color: rgb(90,190,125); }
div.DivClassName
{
background-color: #5ABE7D;
}
.BgClassName
{
background-color: #5ABE7D;
}
</style>
border-color css
<style>
span { border-color: #5ABE7D; }
span { border-color: rgb(90,190,125); }
td.TdClassName
{
border-color: #5ABE7D;
}
.TagClassName
{
border-color: #5ABE7D;
}
</style>