Shades of Emerald #55E080
Tints of Emerald #55E080
RGB
CMYK
RGB Variations
Color information
#55E080 (or 0x55E080) is known color: Emerald. HEX triplet: 55, E0 and 80. RGB value is (85,224,128). Sum of RGB (Red+Green+Blue) = 85+224+128=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 224 (87.89% from 255 or 51.26% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 224 - color contains mainly: green. Hex color #55E080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E080 is #AA1F7F. Grayscale: #ABABAB. Windows color (decimal): -11149184 or 8446037. OLE color: 8446037.
HSL color Cylindrical-coordinate representation of color #55E080: hue angle of 138.56º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E080 is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 224 | 128 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.12 |
| HSL | 138.56º | 0.69% | 0.61% | - |
| HSV(B) | 138.56º | 0.62% | 0.88% | - |
| XYZ | 34.3 | 56.8 | 29.58 | - |
| YUV | 171.5 | 103.45 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 224 | 128 | 0.62 | 0 | 0.43 | 0.12 | 138.56 | 0.69 | 0.61 |
| Hex | 55 | E0 | 80 | 3E | 0 | 2B | C | 8B | 45 | 3D |
| Octal | 125 | 340 | 200 | 76 | 0 | 53 | 14 | 213 | 105 | 75 |
| Binary | 1010101 | 11100000 | 10000000 | 111110 | 0 | 101011 | 1100 | 10001011 | 1000101 | 111101 |
Color Harmonies of #55E080
Complementary color
Monochromatic Colors of #55E080
Black with #55E080
Text Example
Text Example
White with #55E080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E080; }
p { color: rgb(85,224,128); }
H1.HeaderClassName
{
color: #55E080;
}
.AnyTagClassName
{
color: #55E080;
}
</style>
background-color css
<style>
a { background-color: #55E080; }
a { background-color: rgb(85,224,128); }
div.DivClassName
{
background-color: #55E080;
}
.BgClassName
{
background-color: #55E080;
}
</style>
border-color css
<style>
span { border-color: #55E080; }
span { border-color: rgb(85,224,128); }
td.TdClassName
{
border-color: #55E080;
}
.TagClassName
{
border-color: #55E080;
}
</style>