Shades of Emerald #55C079
Tints of Emerald #55C079
RGB
CMYK
RGB Variations
Color information
#55C079 (or 0x55C079) is known color: Emerald. HEX triplet: 55, C0 and 79. RGB value is (85,192,121). Sum of RGB (Red+Green+Blue) = 85+192+121=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #55C079 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C079 is #AA3F86. Grayscale: #989898. Windows color (decimal): -11157383 or 7979093. OLE color: 7979093.
HSL color Cylindrical-coordinate representation of color #55C079: hue angle of 140.19º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C079 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 121 | - |
| CMYK | 0.56 | 0 | 0.37 | 0.25 |
| HSL | 140.19º | 0.46% | 0.54% | - |
| HSV(B) | 140.19º | 0.56% | 0.75% | - |
| XYZ | 26.05 | 41.01 | 24.63 | - |
| YUV | 151.91 | 110.55 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 121 | 0.56 | 0 | 0.37 | 0.25 | 140.19 | 0.46 | 0.54 |
| Hex | 55 | C0 | 79 | 38 | 0 | 25 | 19 | 8C | 2E | 36 |
| Octal | 125 | 300 | 171 | 70 | 0 | 45 | 31 | 214 | 56 | 66 |
| Binary | 1010101 | 11000000 | 1111001 | 111000 | 0 | 100101 | 11001 | 10001100 | 101110 | 110110 |
Color Harmonies of #55C079
Complementary color
Monochromatic Colors of #55C079
Black with #55C079
Text Example
Text Example
White with #55C079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C079; }
p { color: rgb(85,192,121); }
H1.HeaderClassName
{
color: #55C079;
}
.AnyTagClassName
{
color: #55C079;
}
</style>
background-color css
<style>
a { background-color: #55C079; }
a { background-color: rgb(85,192,121); }
div.DivClassName
{
background-color: #55C079;
}
.BgClassName
{
background-color: #55C079;
}
</style>
border-color css
<style>
span { border-color: #55C079; }
span { border-color: rgb(85,192,121); }
td.TdClassName
{
border-color: #55C079;
}
.TagClassName
{
border-color: #55C079;
}
</style>