Shades of Emerald #55ED80
Tints of Emerald #55ED80
RGB
CMYK
RGB Variations
Color information
#55ED80 (or 0x55ED80) is known color: Emerald. HEX triplet: 55, ED and 80. RGB value is (85,237,128). Sum of RGB (Red+Green+Blue) = 85+237+128=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 237 (92.97% from 255 or 52.67% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 237 - color contains mainly: green. Hex color #55ED80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55ED80 is #AA127F. Grayscale: #B3B3B3. Windows color (decimal): -11145856 or 8449365. OLE color: 8449365.
HSL color Cylindrical-coordinate representation of color #55ED80: hue angle of 136.97º 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 #55ED80 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 237 | 128 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.07 |
| HSL | 136.97º | 0.81% | 0.63% | - |
| HSV(B) | 136.97º | 0.64% | 0.93% | - |
| XYZ | 37.93 | 64.06 | 30.79 | - |
| YUV | 179.13 | 99.14 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 237 | 128 | 0.64 | 0 | 0.46 | 0.07 | 136.97 | 0.81 | 0.63 |
| Hex | 55 | ED | 80 | 40 | 0 | 2E | 7 | 89 | 51 | 3F |
| Octal | 125 | 355 | 200 | 100 | 0 | 56 | 7 | 211 | 121 | 77 |
| Binary | 1010101 | 11101101 | 10000000 | 1000000 | 0 | 101110 | 111 | 10001001 | 1010001 | 111111 |
Color Harmonies of #55ED80
Complementary color
Monochromatic Colors of #55ED80
Black with #55ED80
Text Example
Text Example
White with #55ED80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ED80; }
p { color: rgb(85,237,128); }
H1.HeaderClassName
{
color: #55ED80;
}
.AnyTagClassName
{
color: #55ED80;
}
</style>
background-color css
<style>
a { background-color: #55ED80; }
a { background-color: rgb(85,237,128); }
div.DivClassName
{
background-color: #55ED80;
}
.BgClassName
{
background-color: #55ED80;
}
</style>
border-color css
<style>
span { border-color: #55ED80; }
span { border-color: rgb(85,237,128); }
td.TdClassName
{
border-color: #55ED80;
}
.TagClassName
{
border-color: #55ED80;
}
</style>