Shades of Emerald #5ABD73
Tints of Emerald #5ABD73
RGB
CMYK
RGB Variations
Color information
#5ABD73 (or 0x5ABD73) is known color: Emerald. HEX triplet: 5A, BD and 73. RGB value is (90,189,115). Sum of RGB (Red+Green+Blue) = 90+189+115=394 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.84% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABD73 is #A5428C. Grayscale: #979797. Windows color (decimal): -10830477 or 7585114. OLE color: 7585114.
HSL color Cylindrical-coordinate representation of color #5ABD73: hue angle of 135.15º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABD73 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 189 | 115 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.26 |
| HSL | 135.15º | 0.43% | 0.55% | - |
| HSV(B) | 135.15º | 0.52% | 0.74% | - |
| XYZ | 25.51 | 39.81 | 22.56 | - |
| YUV | 150.96 | 107.7 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 115 | 0.52 | 0 | 0.39 | 0.26 | 135.15 | 0.43 | 0.55 |
| Hex | 5A | BD | 73 | 34 | 0 | 27 | 1A | 87 | 2B | 37 |
| Octal | 132 | 275 | 163 | 64 | 0 | 47 | 32 | 207 | 53 | 67 |
| Binary | 1011010 | 10111101 | 1110011 | 110100 | 0 | 100111 | 11010 | 10000111 | 101011 | 110111 |
Color Harmonies of #5ABD73
Complementary color
Monochromatic Colors of #5ABD73
Black with #5ABD73
Text Example
Text Example
White with #5ABD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABD73; }
p { color: rgb(90,189,115); }
H1.HeaderClassName
{
color: #5ABD73;
}
.AnyTagClassName
{
color: #5ABD73;
}
</style>
background-color css
<style>
a { background-color: #5ABD73; }
a { background-color: rgb(90,189,115); }
div.DivClassName
{
background-color: #5ABD73;
}
.BgClassName
{
background-color: #5ABD73;
}
</style>
border-color css
<style>
span { border-color: #5ABD73; }
span { border-color: rgb(90,189,115); }
td.TdClassName
{
border-color: #5ABD73;
}
.TagClassName
{
border-color: #5ABD73;
}
</style>