Shades of Emerald #55C672
Tints of Emerald #55C672
RGB
CMYK
RGB Variations
Color information
#55C672 (or 0x55C672) is known color: Emerald. HEX triplet: 55, C6 and 72. RGB value is (85,198,114). Sum of RGB (Red+Green+Blue) = 85+198+114=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 198 (77.73% from 255 or 49.87% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 198 - color contains mainly: green. Hex color #55C672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C672 is #AA398D. Grayscale: #9A9A9A. Windows color (decimal): -11155854 or 7521877. OLE color: 7521877.
HSL color Cylindrical-coordinate representation of color #55C672: hue angle of 135.4º 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 #55C672 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 198 | 114 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.22 |
| HSL | 135.4º | 0.5% | 0.55% | - |
| HSV(B) | 135.4º | 0.57% | 0.78% | - |
| XYZ | 26.98 | 43.53 | 22.9 | - |
| YUV | 154.64 | 105.06 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 198 | 114 | 0.57 | 0 | 0.42 | 0.22 | 135.4 | 0.5 | 0.55 |
| Hex | 55 | C6 | 72 | 39 | 0 | 2A | 16 | 87 | 32 | 37 |
| Octal | 125 | 306 | 162 | 71 | 0 | 52 | 26 | 207 | 62 | 67 |
| Binary | 1010101 | 11000110 | 1110010 | 111001 | 0 | 101010 | 10110 | 10000111 | 110010 | 110111 |
Color Harmonies of #55C672
Complementary color
Monochromatic Colors of #55C672
Black with #55C672
Text Example
Text Example
White with #55C672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C672; }
p { color: rgb(85,198,114); }
H1.HeaderClassName
{
color: #55C672;
}
.AnyTagClassName
{
color: #55C672;
}
</style>
background-color css
<style>
a { background-color: #55C672; }
a { background-color: rgb(85,198,114); }
div.DivClassName
{
background-color: #55C672;
}
.BgClassName
{
background-color: #55C672;
}
</style>
border-color css
<style>
span { border-color: #55C672; }
span { border-color: rgb(85,198,114); }
td.TdClassName
{
border-color: #55C672;
}
.TagClassName
{
border-color: #55C672;
}
</style>