Shades of Emerald #55E085
Tints of Emerald #55E085
RGB
CMYK
RGB Variations
Color information
#55E085 (or 0x55E085) is known color: Emerald. HEX triplet: 55, E0 and 85. RGB value is (85,224,133). Sum of RGB (Red+Green+Blue) = 85+224+133=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #55E085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E085 is #AA1F7A. Grayscale: #ACACAC. Windows color (decimal): -11149179 or 8773717. OLE color: 8773717.
HSL color Cylindrical-coordinate representation of color #55E085: hue angle of 140.72º 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 #55E085 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 224 | 133 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.12 |
| HSL | 140.72º | 0.69% | 0.61% | - |
| HSV(B) | 140.72º | 0.62% | 0.88% | - |
| XYZ | 34.64 | 56.94 | 31.35 | - |
| YUV | 172.07 | 105.95 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 224 | 133 | 0.62 | 0 | 0.41 | 0.12 | 140.72 | 0.69 | 0.61 |
| Hex | 55 | E0 | 85 | 3E | 0 | 29 | C | 8D | 45 | 3D |
| Octal | 125 | 340 | 205 | 76 | 0 | 51 | 14 | 215 | 105 | 75 |
| Binary | 1010101 | 11100000 | 10000101 | 111110 | 0 | 101001 | 1100 | 10001101 | 1000101 | 111101 |
Color Harmonies of #55E085
Complementary color
Monochromatic Colors of #55E085
Black with #55E085
Text Example
Text Example
White with #55E085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E085; }
p { color: rgb(85,224,133); }
H1.HeaderClassName
{
color: #55E085;
}
.AnyTagClassName
{
color: #55E085;
}
</style>
background-color css
<style>
a { background-color: #55E085; }
a { background-color: rgb(85,224,133); }
div.DivClassName
{
background-color: #55E085;
}
.BgClassName
{
background-color: #55E085;
}
</style>
border-color css
<style>
span { border-color: #55E085; }
span { border-color: rgb(85,224,133); }
td.TdClassName
{
border-color: #55E085;
}
.TagClassName
{
border-color: #55E085;
}
</style>