Shades of Emerald #55D58D
Tints of Emerald #55D58D
RGB
CMYK
RGB Variations
Color information
#55D58D (or 0x55D58D) is known color: Emerald. HEX triplet: 55, D5 and 8D. RGB value is (85,213,141). Sum of RGB (Red+Green+Blue) = 85+213+141=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #55D58D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D58D is #AA2A72. Grayscale: #A6A6A6. Windows color (decimal): -11151987 or 9295189. OLE color: 9295189.
HSL color Cylindrical-coordinate representation of color #55D58D: hue angle of 146.25º 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 #55D58D is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 213 | 141 | - |
| CMYK | 0.60 | 0 | 0.34 | 0.16 |
| HSL | 146.25º | 0.6% | 0.58% | - |
| HSV(B) | 146.25º | 0.6% | 0.84% | - |
| XYZ | 32.35 | 51.44 | 33.42 | - |
| YUV | 166.52 | 113.59 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 213 | 141 | 0.60 | 0 | 0.34 | 0.16 | 146.25 | 0.6 | 0.58 |
| Hex | 55 | D5 | 8D | 3C | 0 | 22 | 10 | 92 | 3C | 3A |
| Octal | 125 | 325 | 215 | 74 | 0 | 42 | 20 | 222 | 74 | 72 |
| Binary | 1010101 | 11010101 | 10001101 | 111100 | 0 | 100010 | 10000 | 10010010 | 111100 | 111010 |
Color Harmonies of #55D58D
Complementary color
Monochromatic Colors of #55D58D
Black with #55D58D
Text Example
Text Example
White with #55D58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D58D; }
p { color: rgb(85,213,141); }
H1.HeaderClassName
{
color: #55D58D;
}
.AnyTagClassName
{
color: #55D58D;
}
</style>
background-color css
<style>
a { background-color: #55D58D; }
a { background-color: rgb(85,213,141); }
div.DivClassName
{
background-color: #55D58D;
}
.BgClassName
{
background-color: #55D58D;
}
</style>
border-color css
<style>
span { border-color: #55D58D; }
span { border-color: rgb(85,213,141); }
td.TdClassName
{
border-color: #55D58D;
}
.TagClassName
{
border-color: #55D58D;
}
</style>