Shades of Emerald #55BD7E
Tints of Emerald #55BD7E
RGB
CMYK
RGB Variations
Color information
#55BD7E (or 0x55BD7E) is known color: Emerald. HEX triplet: 55, BD and 7E. RGB value is (85,189,126). Sum of RGB (Red+Green+Blue) = 85+189+126=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BD7E is #AA4281. Grayscale: #969696. Windows color (decimal): -11158146 or 8306005. OLE color: 8306005.
HSL color Cylindrical-coordinate representation of color #55BD7E: hue angle of 143.65º 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 #55BD7E is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 189 | 126 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.26 |
| HSL | 143.65º | 0.44% | 0.54% | - |
| HSV(B) | 143.65º | 0.55% | 0.74% | - |
| XYZ | 25.71 | 39.83 | 26.07 | - |
| YUV | 150.72 | 114.04 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 126 | 0.55 | 0 | 0.33 | 0.26 | 143.65 | 0.44 | 0.54 |
| Hex | 55 | BD | 7E | 37 | 0 | 21 | 1A | 90 | 2C | 36 |
| Octal | 125 | 275 | 176 | 67 | 0 | 41 | 32 | 220 | 54 | 66 |
| Binary | 1010101 | 10111101 | 1111110 | 110111 | 0 | 100001 | 11010 | 10010000 | 101100 | 110110 |
Color Harmonies of #55BD7E
Complementary color
Monochromatic Colors of #55BD7E
Black with #55BD7E
Text Example
Text Example
White with #55BD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BD7E; }
p { color: rgb(85,189,126); }
H1.HeaderClassName
{
color: #55BD7E;
}
.AnyTagClassName
{
color: #55BD7E;
}
</style>
background-color css
<style>
a { background-color: #55BD7E; }
a { background-color: rgb(85,189,126); }
div.DivClassName
{
background-color: #55BD7E;
}
.BgClassName
{
background-color: #55BD7E;
}
</style>
border-color css
<style>
span { border-color: #55BD7E; }
span { border-color: rgb(85,189,126); }
td.TdClassName
{
border-color: #55BD7E;
}
.TagClassName
{
border-color: #55BD7E;
}
</style>