Shades of Emerald #55ED89
Tints of Emerald #55ED89
RGB
CMYK
RGB Variations
Color information
#55ED89 (or 0x55ED89) is known color: Emerald. HEX triplet: 55, ED and 89. RGB value is (85,237,137). Sum of RGB (Red+Green+Blue) = 85+237+137=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 237 (92.97% from 255 or 51.63% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 237 - color contains mainly: green. Hex color #55ED89 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55ED89 is #AA1276. Grayscale: #B4B4B4. Windows color (decimal): -11145847 or 9039189. OLE color: 9039189.
HSL color Cylindrical-coordinate representation of color #55ED89: hue angle of 140.53º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55ED89 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 237 | 137 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.07 |
| HSL | 140.53º | 0.81% | 0.63% | - |
| HSV(B) | 140.53º | 0.64% | 0.93% | - |
| XYZ | 38.55 | 64.31 | 34.05 | - |
| YUV | 180.15 | 103.64 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 237 | 137 | 0.64 | 0 | 0.42 | 0.07 | 140.53 | 0.81 | 0.63 |
| Hex | 55 | ED | 89 | 40 | 0 | 2A | 7 | 8D | 51 | 3F |
| Octal | 125 | 355 | 211 | 100 | 0 | 52 | 7 | 215 | 121 | 77 |
| Binary | 1010101 | 11101101 | 10001001 | 1000000 | 0 | 101010 | 111 | 10001101 | 1010001 | 111111 |
Color Harmonies of #55ED89
Complementary color
Monochromatic Colors of #55ED89
Black with #55ED89
Text Example
Text Example
White with #55ED89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ED89; }
p { color: rgb(85,237,137); }
H1.HeaderClassName
{
color: #55ED89;
}
.AnyTagClassName
{
color: #55ED89;
}
</style>
background-color css
<style>
a { background-color: #55ED89; }
a { background-color: rgb(85,237,137); }
div.DivClassName
{
background-color: #55ED89;
}
.BgClassName
{
background-color: #55ED89;
}
</style>
border-color css
<style>
span { border-color: #55ED89; }
span { border-color: rgb(85,237,137); }
td.TdClassName
{
border-color: #55ED89;
}
.TagClassName
{
border-color: #55ED89;
}
</style>