Shades of Emerald #55D47C
Tints of Emerald #55D47C
RGB
CMYK
RGB Variations
Color information
#55D47C (or 0x55D47C) is known color: Emerald. HEX triplet: 55, D4 and 7C. RGB value is (85,212,124). Sum of RGB (Red+Green+Blue) = 85+212+124=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 212 (83.20% from 255 or 50.36% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 212 - color contains mainly: green. Hex color #55D47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D47C is #AA2B83. Grayscale: #A4A4A4. Windows color (decimal): -11152260 or 8180821. OLE color: 8180821.
HSL color Cylindrical-coordinate representation of color #55D47C: hue angle of 138.43º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D47C is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 212 | 124 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.17 |
| HSL | 138.43º | 0.6% | 0.58% | - |
| HSV(B) | 138.43º | 0.6% | 0.83% | - |
| XYZ | 30.93 | 50.47 | 27.18 | - |
| YUV | 164 | 105.42 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 212 | 124 | 0.60 | 0 | 0.42 | 0.17 | 138.43 | 0.6 | 0.58 |
| Hex | 55 | D4 | 7C | 3C | 0 | 2A | 11 | 8A | 3C | 3A |
| Octal | 125 | 324 | 174 | 74 | 0 | 52 | 21 | 212 | 74 | 72 |
| Binary | 1010101 | 11010100 | 1111100 | 111100 | 0 | 101010 | 10001 | 10001010 | 111100 | 111010 |
Color Harmonies of #55D47C
Complementary color
Monochromatic Colors of #55D47C
Black with #55D47C
Text Example
Text Example
White with #55D47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D47C; }
p { color: rgb(85,212,124); }
H1.HeaderClassName
{
color: #55D47C;
}
.AnyTagClassName
{
color: #55D47C;
}
</style>
background-color css
<style>
a { background-color: #55D47C; }
a { background-color: rgb(85,212,124); }
div.DivClassName
{
background-color: #55D47C;
}
.BgClassName
{
background-color: #55D47C;
}
</style>
border-color css
<style>
span { border-color: #55D47C; }
span { border-color: rgb(85,212,124); }
td.TdClassName
{
border-color: #55D47C;
}
.TagClassName
{
border-color: #55D47C;
}
</style>