Shades of Emerald #55C77A
Tints of Emerald #55C77A
RGB
CMYK
RGB Variations
Color information
#55C77A (or 0x55C77A) is known color: Emerald. HEX triplet: 55, C7 and 7A. RGB value is (85,199,122). Sum of RGB (Red+Green+Blue) = 85+199+122=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 199 (78.12% from 255 or 49.01% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 199 - color contains mainly: green. Hex color #55C77A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C77A is #AA3885. Grayscale: #9C9C9C. Windows color (decimal): -11155590 or 8046421. OLE color: 8046421.
HSL color Cylindrical-coordinate representation of color #55C77A: hue angle of 139.47º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C77A is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 199 | 122 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.22 |
| HSL | 139.47º | 0.5% | 0.56% | - |
| HSV(B) | 139.47º | 0.57% | 0.78% | - |
| XYZ | 27.68 | 44.18 | 25.48 | - |
| YUV | 156.14 | 108.73 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 199 | 122 | 0.57 | 0 | 0.39 | 0.22 | 139.47 | 0.5 | 0.56 |
| Hex | 55 | C7 | 7A | 39 | 0 | 27 | 16 | 8B | 32 | 38 |
| Octal | 125 | 307 | 172 | 71 | 0 | 47 | 26 | 213 | 62 | 70 |
| Binary | 1010101 | 11000111 | 1111010 | 111001 | 0 | 100111 | 10110 | 10001011 | 110010 | 111000 |
Color Harmonies of #55C77A
Complementary color
Monochromatic Colors of #55C77A
Black with #55C77A
Text Example
Text Example
White with #55C77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C77A; }
p { color: rgb(85,199,122); }
H1.HeaderClassName
{
color: #55C77A;
}
.AnyTagClassName
{
color: #55C77A;
}
</style>
background-color css
<style>
a { background-color: #55C77A; }
a { background-color: rgb(85,199,122); }
div.DivClassName
{
background-color: #55C77A;
}
.BgClassName
{
background-color: #55C77A;
}
</style>
border-color css
<style>
span { border-color: #55C77A; }
span { border-color: rgb(85,199,122); }
td.TdClassName
{
border-color: #55C77A;
}
.TagClassName
{
border-color: #55C77A;
}
</style>