Shades of Emerald #55D177
Tints of Emerald #55D177
RGB
CMYK
RGB Variations
Color information
#55D177 (or 0x55D177) is known color: Emerald. HEX triplet: 55, D1 and 77. RGB value is (85,209,119). Sum of RGB (Red+Green+Blue) = 85+209+119=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 209 (82.03% from 255 or 50.61% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 209 - color contains mainly: green. Hex color #55D177 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D177 is #AA2E88. Grayscale: #A1A1A1. Windows color (decimal): -11153033 or 7852373. OLE color: 7852373.
HSL color Cylindrical-coordinate representation of color #55D177: hue angle of 136.45º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D177 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 209 | 119 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.18 |
| HSL | 136.45º | 0.57% | 0.58% | - |
| HSV(B) | 136.45º | 0.59% | 0.82% | - |
| XYZ | 29.88 | 48.86 | 25.31 | - |
| YUV | 161.66 | 103.92 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 209 | 119 | 0.59 | 0 | 0.43 | 0.18 | 136.45 | 0.57 | 0.58 |
| Hex | 55 | D1 | 77 | 3B | 0 | 2B | 12 | 88 | 39 | 3A |
| Octal | 125 | 321 | 167 | 73 | 0 | 53 | 22 | 210 | 71 | 72 |
| Binary | 1010101 | 11010001 | 1110111 | 111011 | 0 | 101011 | 10010 | 10001000 | 111001 | 111010 |
Color Harmonies of #55D177
Complementary color
Monochromatic Colors of #55D177
Black with #55D177
Text Example
Text Example
White with #55D177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D177; }
p { color: rgb(85,209,119); }
H1.HeaderClassName
{
color: #55D177;
}
.AnyTagClassName
{
color: #55D177;
}
</style>
background-color css
<style>
a { background-color: #55D177; }
a { background-color: rgb(85,209,119); }
div.DivClassName
{
background-color: #55D177;
}
.BgClassName
{
background-color: #55D177;
}
</style>
border-color css
<style>
span { border-color: #55D177; }
span { border-color: rgb(85,209,119); }
td.TdClassName
{
border-color: #55D177;
}
.TagClassName
{
border-color: #55D177;
}
</style>