Shades of Emerald #55BC73
Tints of Emerald #55BC73
RGB
CMYK
RGB Variations
Color information
#55BC73 (or 0x55BC73) is known color: Emerald. HEX triplet: 55, BC and 73. RGB value is (85,188,115). Sum of RGB (Red+Green+Blue) = 85+188+115=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BC73 is #AA438C. Grayscale: #959595. Windows color (decimal): -11158413 or 7584853. OLE color: 7584853.
HSL color Cylindrical-coordinate representation of color #55BC73: hue angle of 137.48º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BC73 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 115 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.26 |
| HSL | 137.48º | 0.43% | 0.54% | - |
| HSV(B) | 137.48º | 0.55% | 0.74% | - |
| XYZ | 24.82 | 39.14 | 22.47 | - |
| YUV | 148.88 | 108.88 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 115 | 0.55 | 0 | 0.39 | 0.26 | 137.48 | 0.43 | 0.54 |
| Hex | 55 | BC | 73 | 37 | 0 | 27 | 1A | 89 | 2B | 36 |
| Octal | 125 | 274 | 163 | 67 | 0 | 47 | 32 | 211 | 53 | 66 |
| Binary | 1010101 | 10111100 | 1110011 | 110111 | 0 | 100111 | 11010 | 10001001 | 101011 | 110110 |
Color Harmonies of #55BC73
Complementary color
Monochromatic Colors of #55BC73
Black with #55BC73
Text Example
Text Example
White with #55BC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC73; }
p { color: rgb(85,188,115); }
H1.HeaderClassName
{
color: #55BC73;
}
.AnyTagClassName
{
color: #55BC73;
}
</style>
background-color css
<style>
a { background-color: #55BC73; }
a { background-color: rgb(85,188,115); }
div.DivClassName
{
background-color: #55BC73;
}
.BgClassName
{
background-color: #55BC73;
}
</style>
border-color css
<style>
span { border-color: #55BC73; }
span { border-color: rgb(85,188,115); }
td.TdClassName
{
border-color: #55BC73;
}
.TagClassName
{
border-color: #55BC73;
}
</style>