Shades of Emerald #55C679
Tints of Emerald #55C679
RGB
CMYK
RGB Variations
Color information
#55C679 (or 0x55C679) is known color: Emerald. HEX triplet: 55, C6 and 79. RGB value is (85,198,121). Sum of RGB (Red+Green+Blue) = 85+198+121=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 198 - color contains mainly: green. Hex color #55C679 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C679 is #AA3986. Grayscale: #9B9B9B. Windows color (decimal): -11155847 or 7980629. OLE color: 7980629.
HSL color Cylindrical-coordinate representation of color #55C679: hue angle of 139.12º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C679 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 198 | 121 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.22 |
| HSL | 139.12º | 0.5% | 0.55% | - |
| HSV(B) | 139.12º | 0.57% | 0.78% | - |
| XYZ | 27.39 | 43.7 | 25.08 | - |
| YUV | 155.44 | 108.56 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 198 | 121 | 0.57 | 0 | 0.39 | 0.22 | 139.12 | 0.5 | 0.55 |
| Hex | 55 | C6 | 79 | 39 | 0 | 27 | 16 | 8B | 32 | 37 |
| Octal | 125 | 306 | 171 | 71 | 0 | 47 | 26 | 213 | 62 | 67 |
| Binary | 1010101 | 11000110 | 1111001 | 111001 | 0 | 100111 | 10110 | 10001011 | 110010 | 110111 |
Color Harmonies of #55C679
Complementary color
Monochromatic Colors of #55C679
Black with #55C679
Text Example
Text Example
White with #55C679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C679; }
p { color: rgb(85,198,121); }
H1.HeaderClassName
{
color: #55C679;
}
.AnyTagClassName
{
color: #55C679;
}
</style>
background-color css
<style>
a { background-color: #55C679; }
a { background-color: rgb(85,198,121); }
div.DivClassName
{
background-color: #55C679;
}
.BgClassName
{
background-color: #55C679;
}
</style>
border-color css
<style>
span { border-color: #55C679; }
span { border-color: rgb(85,198,121); }
td.TdClassName
{
border-color: #55C679;
}
.TagClassName
{
border-color: #55C679;
}
</style>