Shades of Emerald #55BC76
Tints of Emerald #55BC76
RGB
CMYK
RGB Variations
Color information
#55BC76 (or 0x55BC76) is known color: Emerald. HEX triplet: 55, BC and 76. RGB value is (85,188,118). Sum of RGB (Red+Green+Blue) = 85+188+118=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BC76 is #AA4389. Grayscale: #959595. Windows color (decimal): -11158410 or 7781461. OLE color: 7781461.
HSL color Cylindrical-coordinate representation of color #55BC76: hue angle of 139.22º 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 #55BC76 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 118 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.26 |
| HSL | 139.22º | 0.43% | 0.54% | - |
| HSV(B) | 139.22º | 0.55% | 0.74% | - |
| XYZ | 25 | 39.21 | 23.39 | - |
| YUV | 149.22 | 110.38 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 118 | 0.55 | 0 | 0.37 | 0.26 | 139.22 | 0.43 | 0.54 |
| Hex | 55 | BC | 76 | 37 | 0 | 25 | 1A | 8B | 2B | 36 |
| Octal | 125 | 274 | 166 | 67 | 0 | 45 | 32 | 213 | 53 | 66 |
| Binary | 1010101 | 10111100 | 1110110 | 110111 | 0 | 100101 | 11010 | 10001011 | 101011 | 110110 |
Color Harmonies of #55BC76
Complementary color
Monochromatic Colors of #55BC76
Black with #55BC76
Text Example
Text Example
White with #55BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC76; }
p { color: rgb(85,188,118); }
H1.HeaderClassName
{
color: #55BC76;
}
.AnyTagClassName
{
color: #55BC76;
}
</style>
background-color css
<style>
a { background-color: #55BC76; }
a { background-color: rgb(85,188,118); }
div.DivClassName
{
background-color: #55BC76;
}
.BgClassName
{
background-color: #55BC76;
}
</style>
border-color css
<style>
span { border-color: #55BC76; }
span { border-color: rgb(85,188,118); }
td.TdClassName
{
border-color: #55BC76;
}
.TagClassName
{
border-color: #55BC76;
}
</style>