Shades of Emerald #5ABF77
Tints of Emerald #5ABF77
RGB
CMYK
RGB Variations
Color information
#5ABF77 (or 0x5ABF77) is known color: Emerald. HEX triplet: 5A, BF and 77. RGB value is (90,191,119). Sum of RGB (Red+Green+Blue) = 90+191+119=400 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.5% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABF77 is #A54088. Grayscale: #989898. Windows color (decimal): -10829961 or 7847770. OLE color: 7847770.
HSL color Cylindrical-coordinate representation of color #5ABF77: hue angle of 137.23º 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 #5ABF77 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 191 | 119 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.25 |
| HSL | 137.23º | 0.44% | 0.55% | - |
| HSV(B) | 137.23º | 0.53% | 0.75% | - |
| XYZ | 26.18 | 40.77 | 23.94 | - |
| YUV | 152.59 | 109.04 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 119 | 0.53 | 0 | 0.38 | 0.25 | 137.23 | 0.44 | 0.55 |
| Hex | 5A | BF | 77 | 35 | 0 | 26 | 19 | 89 | 2C | 37 |
| Octal | 132 | 277 | 167 | 65 | 0 | 46 | 31 | 211 | 54 | 67 |
| Binary | 1011010 | 10111111 | 1110111 | 110101 | 0 | 100110 | 11001 | 10001001 | 101100 | 110111 |
Color Harmonies of #5ABF77
Complementary color
Monochromatic Colors of #5ABF77
Black with #5ABF77
Text Example
Text Example
White with #5ABF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABF77; }
p { color: rgb(90,191,119); }
H1.HeaderClassName
{
color: #5ABF77;
}
.AnyTagClassName
{
color: #5ABF77;
}
</style>
background-color css
<style>
a { background-color: #5ABF77; }
a { background-color: rgb(90,191,119); }
div.DivClassName
{
background-color: #5ABF77;
}
.BgClassName
{
background-color: #5ABF77;
}
</style>
border-color css
<style>
span { border-color: #5ABF77; }
span { border-color: rgb(90,191,119); }
td.TdClassName
{
border-color: #5ABF77;
}
.TagClassName
{
border-color: #5ABF77;
}
</style>