Shades of Emerald #55B979
Tints of Emerald #55B979
RGB
CMYK
RGB Variations
Color information
#55B979 (or 0x55B979) is known color: Emerald. HEX triplet: 55, B9 and 79. RGB value is (85,185,121). Sum of RGB (Red+Green+Blue) = 85+185+121=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 185 - color contains mainly: green. Hex color #55B979 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B979 is #AA4686. Grayscale: #939393. Windows color (decimal): -11159175 or 7977301. OLE color: 7977301.
HSL color Cylindrical-coordinate representation of color #55B979: hue angle of 141.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 #55B979 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 185 | 121 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.27 |
| HSL | 141.6º | 0.42% | 0.53% | - |
| HSV(B) | 141.6º | 0.54% | 0.73% | - |
| XYZ | 24.55 | 38.01 | 24.13 | - |
| YUV | 147.8 | 112.87 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 185 | 121 | 0.54 | 0 | 0.35 | 0.27 | 141.6 | 0.42 | 0.53 |
| Hex | 55 | B9 | 79 | 36 | 0 | 23 | 1B | 8E | 2A | 35 |
| Octal | 125 | 271 | 171 | 66 | 0 | 43 | 33 | 216 | 52 | 65 |
| Binary | 1010101 | 10111001 | 1111001 | 110110 | 0 | 100011 | 11011 | 10001110 | 101010 | 110101 |
Color Harmonies of #55B979
Complementary color
Monochromatic Colors of #55B979
Black with #55B979
Text Example
Text Example
White with #55B979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B979; }
p { color: rgb(85,185,121); }
H1.HeaderClassName
{
color: #55B979;
}
.AnyTagClassName
{
color: #55B979;
}
</style>
background-color css
<style>
a { background-color: #55B979; }
a { background-color: rgb(85,185,121); }
div.DivClassName
{
background-color: #55B979;
}
.BgClassName
{
background-color: #55B979;
}
</style>
border-color css
<style>
span { border-color: #55B979; }
span { border-color: rgb(85,185,121); }
td.TdClassName
{
border-color: #55B979;
}
.TagClassName
{
border-color: #55B979;
}
</style>