Shades of Emerald #55BD73
Tints of Emerald #55BD73
RGB
CMYK
RGB Variations
Color information
#55BD73 (or 0x55BD73) is known color: Emerald. HEX triplet: 55, BD and 73. RGB value is (85,189,115). Sum of RGB (Red+Green+Blue) = 85+189+115=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BD73 is #AA428C. Grayscale: #959595. Windows color (decimal): -11158157 or 7585109. OLE color: 7585109.
HSL color Cylindrical-coordinate representation of color #55BD73: hue angle of 137.31º degrees, saturation: 0.44, 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 #55BD73 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 189 | 115 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.26 |
| HSL | 137.31º | 0.44% | 0.54% | - |
| HSV(B) | 137.31º | 0.55% | 0.74% | - |
| XYZ | 25.04 | 39.56 | 22.54 | - |
| YUV | 149.47 | 108.54 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 115 | 0.55 | 0 | 0.39 | 0.26 | 137.31 | 0.44 | 0.54 |
| Hex | 55 | BD | 73 | 37 | 0 | 27 | 1A | 89 | 2C | 36 |
| Octal | 125 | 275 | 163 | 67 | 0 | 47 | 32 | 211 | 54 | 66 |
| Binary | 1010101 | 10111101 | 1110011 | 110111 | 0 | 100111 | 11010 | 10001001 | 101100 | 110110 |
Color Harmonies of #55BD73
Complementary color
Monochromatic Colors of #55BD73
Black with #55BD73
Text Example
Text Example
White with #55BD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BD73; }
p { color: rgb(85,189,115); }
H1.HeaderClassName
{
color: #55BD73;
}
.AnyTagClassName
{
color: #55BD73;
}
</style>
background-color css
<style>
a { background-color: #55BD73; }
a { background-color: rgb(85,189,115); }
div.DivClassName
{
background-color: #55BD73;
}
.BgClassName
{
background-color: #55BD73;
}
</style>
border-color css
<style>
span { border-color: #55BD73; }
span { border-color: rgb(85,189,115); }
td.TdClassName
{
border-color: #55BD73;
}
.TagClassName
{
border-color: #55BD73;
}
</style>