Shades of Emerald #55BA72
Tints of Emerald #55BA72
RGB
CMYK
RGB Variations
Color information
#55BA72 (or 0x55BA72) is known color: Emerald. HEX triplet: 55, BA and 72. RGB value is (85,186,114). Sum of RGB (Red+Green+Blue) = 85+186+114=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BA72 is #AA458D. Grayscale: #939393. Windows color (decimal): -11158926 or 7518805. OLE color: 7518805.
HSL color Cylindrical-coordinate representation of color #55BA72: hue angle of 137.23º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55BA72 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 114 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.27 |
| HSL | 137.23º | 0.42% | 0.53% | - |
| HSV(B) | 137.23º | 0.54% | 0.73% | - |
| XYZ | 24.34 | 38.26 | 22.02 | - |
| YUV | 147.59 | 109.04 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 114 | 0.54 | 0 | 0.39 | 0.27 | 137.23 | 0.42 | 0.53 |
| Hex | 55 | BA | 72 | 36 | 0 | 27 | 1B | 89 | 2A | 35 |
| Octal | 125 | 272 | 162 | 66 | 0 | 47 | 33 | 211 | 52 | 65 |
| Binary | 1010101 | 10111010 | 1110010 | 110110 | 0 | 100111 | 11011 | 10001001 | 101010 | 110101 |
Color Harmonies of #55BA72
Complementary color
Monochromatic Colors of #55BA72
Black with #55BA72
Text Example
Text Example
White with #55BA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA72; }
p { color: rgb(85,186,114); }
H1.HeaderClassName
{
color: #55BA72;
}
.AnyTagClassName
{
color: #55BA72;
}
</style>
background-color css
<style>
a { background-color: #55BA72; }
a { background-color: rgb(85,186,114); }
div.DivClassName
{
background-color: #55BA72;
}
.BgClassName
{
background-color: #55BA72;
}
</style>
border-color css
<style>
span { border-color: #55BA72; }
span { border-color: rgb(85,186,114); }
td.TdClassName
{
border-color: #55BA72;
}
.TagClassName
{
border-color: #55BA72;
}
</style>