Shades of Emerald #55D28B
Tints of Emerald #55D28B
RGB
CMYK
RGB Variations
Color information
#55D28B (or 0x55D28B) is known color: Emerald. HEX triplet: 55, D2 and 8B. RGB value is (85,210,139). Sum of RGB (Red+Green+Blue) = 85+210+139=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 210 - color contains mainly: green. Hex color #55D28B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D28B is #AA2D74. Grayscale: #A4A4A4. Windows color (decimal): -11152757 or 9163349. OLE color: 9163349.
HSL color Cylindrical-coordinate representation of color #55D28B: hue angle of 145.92º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D28B is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 210 | 139 | - |
| CMYK | 0.60 | 0 | 0.34 | 0.18 |
| HSL | 145.92º | 0.58% | 0.58% | - |
| HSV(B) | 145.92º | 0.6% | 0.82% | - |
| XYZ | 31.45 | 49.89 | 32.4 | - |
| YUV | 164.53 | 113.59 | 71.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 210 | 139 | 0.60 | 0 | 0.34 | 0.18 | 145.92 | 0.58 | 0.58 |
| Hex | 55 | D2 | 8B | 3C | 0 | 22 | 12 | 92 | 3A | 3A |
| Octal | 125 | 322 | 213 | 74 | 0 | 42 | 22 | 222 | 72 | 72 |
| Binary | 1010101 | 11010010 | 10001011 | 111100 | 0 | 100010 | 10010 | 10010010 | 111010 | 111010 |
Color Harmonies of #55D28B
Complementary color
Monochromatic Colors of #55D28B
Black with #55D28B
Text Example
Text Example
White with #55D28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D28B; }
p { color: rgb(85,210,139); }
H1.HeaderClassName
{
color: #55D28B;
}
.AnyTagClassName
{
color: #55D28B;
}
</style>
background-color css
<style>
a { background-color: #55D28B; }
a { background-color: rgb(85,210,139); }
div.DivClassName
{
background-color: #55D28B;
}
.BgClassName
{
background-color: #55D28B;
}
</style>
border-color css
<style>
span { border-color: #55D28B; }
span { border-color: rgb(85,210,139); }
td.TdClassName
{
border-color: #55D28B;
}
.TagClassName
{
border-color: #55D28B;
}
</style>