Shades of Emerald #55ED86
Tints of Emerald #55ED86
RGB
CMYK
RGB Variations
Color information
#55ED86 (or 0x55ED86) is known color: Emerald. HEX triplet: 55, ED and 86. RGB value is (85,237,134). Sum of RGB (Red+Green+Blue) = 85+237+134=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 237 (92.97% from 255 or 51.97% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 237 - color contains mainly: green. Hex color #55ED86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55ED86 is #AA1279. Grayscale: #B4B4B4. Windows color (decimal): -11145850 or 8842581. OLE color: 8842581.
HSL color Cylindrical-coordinate representation of color #55ED86: hue angle of 139.34º 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 #55ED86 is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 237 | 134 | - |
| CMYK | 0.64 | 0 | 0.43 | 0.07 |
| HSL | 139.34º | 0.81% | 0.63% | - |
| HSV(B) | 139.34º | 0.64% | 0.93% | - |
| XYZ | 38.33 | 64.22 | 32.93 | - |
| YUV | 179.81 | 102.14 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 237 | 134 | 0.64 | 0 | 0.43 | 0.07 | 139.34 | 0.81 | 0.63 |
| Hex | 55 | ED | 86 | 40 | 0 | 2B | 7 | 8B | 51 | 3F |
| Octal | 125 | 355 | 206 | 100 | 0 | 53 | 7 | 213 | 121 | 77 |
| Binary | 1010101 | 11101101 | 10000110 | 1000000 | 0 | 101011 | 111 | 10001011 | 1010001 | 111111 |
Color Harmonies of #55ED86
Complementary color
Monochromatic Colors of #55ED86
Black with #55ED86
Text Example
Text Example
White with #55ED86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ED86; }
p { color: rgb(85,237,134); }
H1.HeaderClassName
{
color: #55ED86;
}
.AnyTagClassName
{
color: #55ED86;
}
</style>
background-color css
<style>
a { background-color: #55ED86; }
a { background-color: rgb(85,237,134); }
div.DivClassName
{
background-color: #55ED86;
}
.BgClassName
{
background-color: #55ED86;
}
</style>
border-color css
<style>
span { border-color: #55ED86; }
span { border-color: rgb(85,237,134); }
td.TdClassName
{
border-color: #55ED86;
}
.TagClassName
{
border-color: #55ED86;
}
</style>