Shades of Emerald #55D174
Tints of Emerald #55D174
RGB
CMYK
RGB Variations
Color information
#55D174 (or 0x55D174) is known color: Emerald. HEX triplet: 55, D1 and 74. RGB value is (85,209,116). Sum of RGB (Red+Green+Blue) = 85+209+116=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 209 (82.03% from 255 or 50.98% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 209 - color contains mainly: green. Hex color #55D174 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D174 is #AA2E8B. Grayscale: #A1A1A1. Windows color (decimal): -11153036 or 7655765. OLE color: 7655765.
HSL color Cylindrical-coordinate representation of color #55D174: hue angle of 135º 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 #55D174 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 209 | 116 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.18 |
| HSL | 135º | 0.57% | 0.58% | - |
| HSV(B) | 135º | 0.59% | 0.82% | - |
| XYZ | 29.7 | 48.79 | 24.38 | - |
| YUV | 161.32 | 102.42 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 209 | 116 | 0.59 | 0 | 0.44 | 0.18 | 135 | 0.57 | 0.58 |
| Hex | 55 | D1 | 74 | 3B | 0 | 2C | 12 | 87 | 39 | 3A |
| Octal | 125 | 321 | 164 | 73 | 0 | 54 | 22 | 207 | 71 | 72 |
| Binary | 1010101 | 11010001 | 1110100 | 111011 | 0 | 101100 | 10010 | 10000111 | 111001 | 111010 |
Color Harmonies of #55D174
Complementary color
Monochromatic Colors of #55D174
Black with #55D174
Text Example
Text Example
White with #55D174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D174; }
p { color: rgb(85,209,116); }
H1.HeaderClassName
{
color: #55D174;
}
.AnyTagClassName
{
color: #55D174;
}
</style>
background-color css
<style>
a { background-color: #55D174; }
a { background-color: rgb(85,209,116); }
div.DivClassName
{
background-color: #55D174;
}
.BgClassName
{
background-color: #55D174;
}
</style>
border-color css
<style>
span { border-color: #55D174; }
span { border-color: rgb(85,209,116); }
td.TdClassName
{
border-color: #55D174;
}
.TagClassName
{
border-color: #55D174;
}
</style>