Shades of Emerald #55C178
Tints of Emerald #55C178
RGB
CMYK
RGB Variations
Color information
#55C178 (or 0x55C178) is known color: Emerald. HEX triplet: 55, C1 and 78. RGB value is (85,193,120). Sum of RGB (Red+Green+Blue) = 85+193+120=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #55C178 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C178 is #AA3E87. Grayscale: #989898. Windows color (decimal): -11157128 or 7913813. OLE color: 7913813.
HSL color Cylindrical-coordinate representation of color #55C178: hue angle of 139.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C178 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 120 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.24 |
| HSL | 139.44º | 0.47% | 0.55% | - |
| HSV(B) | 139.44º | 0.56% | 0.76% | - |
| XYZ | 26.21 | 41.43 | 24.38 | - |
| YUV | 152.39 | 109.72 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 120 | 0.56 | 0 | 0.38 | 0.24 | 139.44 | 0.47 | 0.55 |
| Hex | 55 | C1 | 78 | 38 | 0 | 26 | 18 | 8B | 2F | 37 |
| Octal | 125 | 301 | 170 | 70 | 0 | 46 | 30 | 213 | 57 | 67 |
| Binary | 1010101 | 11000001 | 1111000 | 111000 | 0 | 100110 | 11000 | 10001011 | 101111 | 110111 |
Color Harmonies of #55C178
Complementary color
Monochromatic Colors of #55C178
Black with #55C178
Text Example
Text Example
White with #55C178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C178; }
p { color: rgb(85,193,120); }
H1.HeaderClassName
{
color: #55C178;
}
.AnyTagClassName
{
color: #55C178;
}
</style>
background-color css
<style>
a { background-color: #55C178; }
a { background-color: rgb(85,193,120); }
div.DivClassName
{
background-color: #55C178;
}
.BgClassName
{
background-color: #55C178;
}
</style>
border-color css
<style>
span { border-color: #55C178; }
span { border-color: rgb(85,193,120); }
td.TdClassName
{
border-color: #55C178;
}
.TagClassName
{
border-color: #55C178;
}
</style>