Shades of Emerald #55BA76
Tints of Emerald #55BA76
RGB
CMYK
RGB Variations
Color information
#55BA76 (or 0x55BA76) is known color: Emerald. HEX triplet: 55, BA and 76. RGB value is (85,186,118). Sum of RGB (Red+Green+Blue) = 85+186+118=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BA76 is #AA4589. Grayscale: #949494. Windows color (decimal): -11158922 or 7780949. OLE color: 7780949.
HSL color Cylindrical-coordinate representation of color #55BA76: hue angle of 139.6º 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 #55BA76 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 118 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.27 |
| HSL | 139.6º | 0.42% | 0.53% | - |
| HSV(B) | 139.6º | 0.54% | 0.73% | - |
| XYZ | 24.58 | 38.36 | 23.25 | - |
| YUV | 148.05 | 111.04 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 118 | 0.54 | 0 | 0.37 | 0.27 | 139.6 | 0.42 | 0.53 |
| Hex | 55 | BA | 76 | 36 | 0 | 25 | 1B | 8C | 2A | 35 |
| Octal | 125 | 272 | 166 | 66 | 0 | 45 | 33 | 214 | 52 | 65 |
| Binary | 1010101 | 10111010 | 1110110 | 110110 | 0 | 100101 | 11011 | 10001100 | 101010 | 110101 |
Color Harmonies of #55BA76
Complementary color
Monochromatic Colors of #55BA76
Black with #55BA76
Text Example
Text Example
White with #55BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA76; }
p { color: rgb(85,186,118); }
H1.HeaderClassName
{
color: #55BA76;
}
.AnyTagClassName
{
color: #55BA76;
}
</style>
background-color css
<style>
a { background-color: #55BA76; }
a { background-color: rgb(85,186,118); }
div.DivClassName
{
background-color: #55BA76;
}
.BgClassName
{
background-color: #55BA76;
}
</style>
border-color css
<style>
span { border-color: #55BA76; }
span { border-color: rgb(85,186,118); }
td.TdClassName
{
border-color: #55BA76;
}
.TagClassName
{
border-color: #55BA76;
}
</style>