Shades of Emerald #55D58C
Tints of Emerald #55D58C
RGB
CMYK
RGB Variations
Color information
#55D58C (or 0x55D58C) is known color: Emerald. HEX triplet: 55, D5 and 8C. RGB value is (85,213,140). Sum of RGB (Red+Green+Blue) = 85+213+140=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 213 (83.59% from 255 or 48.63% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 213 - color contains mainly: green. Hex color #55D58C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D58C is #AA2A73. Grayscale: #A6A6A6. Windows color (decimal): -11151988 or 9229653. OLE color: 9229653.
HSL color Cylindrical-coordinate representation of color #55D58C: hue angle of 145.78º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D58C is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 213 | 140 | - |
| CMYK | 0.60 | 0 | 0.34 | 0.16 |
| HSL | 145.78º | 0.6% | 0.58% | - |
| HSV(B) | 145.78º | 0.6% | 0.84% | - |
| XYZ | 32.27 | 51.41 | 33.03 | - |
| YUV | 166.41 | 113.09 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 213 | 140 | 0.60 | 0 | 0.34 | 0.16 | 145.78 | 0.6 | 0.58 |
| Hex | 55 | D5 | 8C | 3C | 0 | 22 | 10 | 92 | 3C | 3A |
| Octal | 125 | 325 | 214 | 74 | 0 | 42 | 20 | 222 | 74 | 72 |
| Binary | 1010101 | 11010101 | 10001100 | 111100 | 0 | 100010 | 10000 | 10010010 | 111100 | 111010 |
Color Harmonies of #55D58C
Complementary color
Monochromatic Colors of #55D58C
Black with #55D58C
Text Example
Text Example
White with #55D58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D58C; }
p { color: rgb(85,213,140); }
H1.HeaderClassName
{
color: #55D58C;
}
.AnyTagClassName
{
color: #55D58C;
}
</style>
background-color css
<style>
a { background-color: #55D58C; }
a { background-color: rgb(85,213,140); }
div.DivClassName
{
background-color: #55D58C;
}
.BgClassName
{
background-color: #55D58C;
}
</style>
border-color css
<style>
span { border-color: #55D58C; }
span { border-color: rgb(85,213,140); }
td.TdClassName
{
border-color: #55D58C;
}
.TagClassName
{
border-color: #55D58C;
}
</style>