Shades of Emerald #55C778
Tints of Emerald #55C778
RGB
CMYK
RGB Variations
Color information
#55C778 (or 0x55C778) is known color: Emerald. HEX triplet: 55, C7 and 78. RGB value is (85,199,120). Sum of RGB (Red+Green+Blue) = 85+199+120=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 199 (78.12% from 255 or 49.26% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 199 - color contains mainly: green. Hex color #55C778 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C778 is #AA3887. Grayscale: #9C9C9C. Windows color (decimal): -11155592 or 7915349. OLE color: 7915349.
HSL color Cylindrical-coordinate representation of color #55C778: hue angle of 138.42º 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 #55C778 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 199 | 120 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.22 |
| HSL | 138.42º | 0.5% | 0.56% | - |
| HSV(B) | 138.42º | 0.57% | 0.78% | - |
| XYZ | 27.56 | 44.13 | 24.84 | - |
| YUV | 155.91 | 107.73 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 199 | 120 | 0.57 | 0 | 0.40 | 0.22 | 138.42 | 0.5 | 0.56 |
| Hex | 55 | C7 | 78 | 39 | 0 | 28 | 16 | 8A | 32 | 38 |
| Octal | 125 | 307 | 170 | 71 | 0 | 50 | 26 | 212 | 62 | 70 |
| Binary | 1010101 | 11000111 | 1111000 | 111001 | 0 | 101000 | 10110 | 10001010 | 110010 | 111000 |
Color Harmonies of #55C778
Complementary color
Monochromatic Colors of #55C778
Black with #55C778
Text Example
Text Example
White with #55C778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C778; }
p { color: rgb(85,199,120); }
H1.HeaderClassName
{
color: #55C778;
}
.AnyTagClassName
{
color: #55C778;
}
</style>
background-color css
<style>
a { background-color: #55C778; }
a { background-color: rgb(85,199,120); }
div.DivClassName
{
background-color: #55C778;
}
.BgClassName
{
background-color: #55C778;
}
</style>
border-color css
<style>
span { border-color: #55C778; }
span { border-color: rgb(85,199,120); }
td.TdClassName
{
border-color: #55C778;
}
.TagClassName
{
border-color: #55C778;
}
</style>