Shades of Emerald #55C077
Tints of Emerald #55C077
RGB
CMYK
RGB Variations
Color information
#55C077 (or 0x55C077) is known color: Emerald. HEX triplet: 55, C0 and 77. RGB value is (85,192,119). Sum of RGB (Red+Green+Blue) = 85+192+119=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #55C077 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C077 is #AA3F88. Grayscale: #979797. Windows color (decimal): -11157385 or 7848021. OLE color: 7848021.
HSL color Cylindrical-coordinate representation of color #55C077: hue angle of 139.07º 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 #55C077 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 119 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.25 |
| HSL | 139.07º | 0.46% | 0.54% | - |
| HSV(B) | 139.07º | 0.56% | 0.75% | - |
| XYZ | 25.93 | 40.96 | 23.99 | - |
| YUV | 151.69 | 109.55 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 119 | 0.56 | 0 | 0.38 | 0.25 | 139.07 | 0.46 | 0.54 |
| Hex | 55 | C0 | 77 | 38 | 0 | 26 | 19 | 8B | 2E | 36 |
| Octal | 125 | 300 | 167 | 70 | 0 | 46 | 31 | 213 | 56 | 66 |
| Binary | 1010101 | 11000000 | 1110111 | 111000 | 0 | 100110 | 11001 | 10001011 | 101110 | 110110 |
Color Harmonies of #55C077
Complementary color
Monochromatic Colors of #55C077
Black with #55C077
Text Example
Text Example
White with #55C077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C077; }
p { color: rgb(85,192,119); }
H1.HeaderClassName
{
color: #55C077;
}
.AnyTagClassName
{
color: #55C077;
}
</style>
background-color css
<style>
a { background-color: #55C077; }
a { background-color: rgb(85,192,119); }
div.DivClassName
{
background-color: #55C077;
}
.BgClassName
{
background-color: #55C077;
}
</style>
border-color css
<style>
span { border-color: #55C077; }
span { border-color: rgb(85,192,119); }
td.TdClassName
{
border-color: #55C077;
}
.TagClassName
{
border-color: #55C077;
}
</style>