Shades of Emerald #55D27C
Tints of Emerald #55D27C
RGB
CMYK
RGB Variations
Color information
#55D27C (or 0x55D27C) is known color: Emerald. HEX triplet: 55, D2 and 7C. RGB value is (85,210,124). Sum of RGB (Red+Green+Blue) = 85+210+124=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #55D27C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D27C is #AA2D83. Grayscale: #A3A3A3. Windows color (decimal): -11152772 or 8180309. OLE color: 8180309.
HSL color Cylindrical-coordinate representation of color #55D27C: hue angle of 138.72º 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 #55D27C is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 210 | 124 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.18 |
| HSL | 138.72º | 0.58% | 0.58% | - |
| HSV(B) | 138.72º | 0.6% | 0.82% | - |
| XYZ | 30.43 | 49.48 | 27.02 | - |
| YUV | 162.82 | 106.09 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 210 | 124 | 0.60 | 0 | 0.41 | 0.18 | 138.72 | 0.58 | 0.58 |
| Hex | 55 | D2 | 7C | 3C | 0 | 29 | 12 | 8B | 3A | 3A |
| Octal | 125 | 322 | 174 | 74 | 0 | 51 | 22 | 213 | 72 | 72 |
| Binary | 1010101 | 11010010 | 1111100 | 111100 | 0 | 101001 | 10010 | 10001011 | 111010 | 111010 |
Color Harmonies of #55D27C
Complementary color
Monochromatic Colors of #55D27C
Black with #55D27C
Text Example
Text Example
White with #55D27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D27C; }
p { color: rgb(85,210,124); }
H1.HeaderClassName
{
color: #55D27C;
}
.AnyTagClassName
{
color: #55D27C;
}
</style>
background-color css
<style>
a { background-color: #55D27C; }
a { background-color: rgb(85,210,124); }
div.DivClassName
{
background-color: #55D27C;
}
.BgClassName
{
background-color: #55D27C;
}
</style>
border-color css
<style>
span { border-color: #55D27C; }
span { border-color: rgb(85,210,124); }
td.TdClassName
{
border-color: #55D27C;
}
.TagClassName
{
border-color: #55D27C;
}
</style>