Shades of Emerald #5ABF73
Tints of Emerald #5ABF73
RGB
CMYK
RGB Variations
Color information
#5ABF73 (or 0x5ABF73) is known color: Emerald. HEX triplet: 5A, BF and 73. RGB value is (90,191,115). Sum of RGB (Red+Green+Blue) = 90+191+115=396 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.73% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABF73 is #A5408C. Grayscale: #989898. Windows color (decimal): -10829965 or 7585626. OLE color: 7585626.
HSL color Cylindrical-coordinate representation of color #5ABF73: hue angle of 134.85º degrees, saturation: 0.44, 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 #5ABF73 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 191 | 115 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.25 |
| HSL | 134.85º | 0.44% | 0.55% | - |
| HSV(B) | 134.85º | 0.53% | 0.75% | - |
| XYZ | 25.94 | 40.67 | 22.7 | - |
| YUV | 152.14 | 107.04 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 115 | 0.53 | 0 | 0.40 | 0.25 | 134.85 | 0.44 | 0.55 |
| Hex | 5A | BF | 73 | 35 | 0 | 28 | 19 | 87 | 2C | 37 |
| Octal | 132 | 277 | 163 | 65 | 0 | 50 | 31 | 207 | 54 | 67 |
| Binary | 1011010 | 10111111 | 1110011 | 110101 | 0 | 101000 | 11001 | 10000111 | 101100 | 110111 |
Color Harmonies of #5ABF73
Complementary color
Monochromatic Colors of #5ABF73
Black with #5ABF73
Text Example
Text Example
White with #5ABF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABF73; }
p { color: rgb(90,191,115); }
H1.HeaderClassName
{
color: #5ABF73;
}
.AnyTagClassName
{
color: #5ABF73;
}
</style>
background-color css
<style>
a { background-color: #5ABF73; }
a { background-color: rgb(90,191,115); }
div.DivClassName
{
background-color: #5ABF73;
}
.BgClassName
{
background-color: #5ABF73;
}
</style>
border-color css
<style>
span { border-color: #5ABF73; }
span { border-color: rgb(90,191,115); }
td.TdClassName
{
border-color: #5ABF73;
}
.TagClassName
{
border-color: #5ABF73;
}
</style>