Shades of Emerald #55E072
Tints of Emerald #55E072
RGB
CMYK
RGB Variations
Color information
#55E072 (or 0x55E072) is known color: Emerald. HEX triplet: 55, E0 and 72. RGB value is (85,224,114). Sum of RGB (Red+Green+Blue) = 85+224+114=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 224 (87.89% from 255 or 52.96% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 224 - color contains mainly: green. Hex color #55E072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55E072 is #AA1F8D. Grayscale: #AAAAAA. Windows color (decimal): -11149198 or 7528533. OLE color: 7528533.
HSL color Cylindrical-coordinate representation of color #55E072: hue angle of 132.52º 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 #55E072 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 224 | 114 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.12 |
| HSL | 132.52º | 0.69% | 0.61% | - |
| HSV(B) | 132.52º | 0.62% | 0.88% | - |
| XYZ | 33.44 | 56.46 | 25.05 | - |
| YUV | 169.9 | 96.45 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 224 | 114 | 0.62 | 0 | 0.49 | 0.12 | 132.52 | 0.69 | 0.61 |
| Hex | 55 | E0 | 72 | 3E | 0 | 31 | C | 85 | 45 | 3D |
| Octal | 125 | 340 | 162 | 76 | 0 | 61 | 14 | 205 | 105 | 75 |
| Binary | 1010101 | 11100000 | 1110010 | 111110 | 0 | 110001 | 1100 | 10000101 | 1000101 | 111101 |
Color Harmonies of #55E072
Complementary color
Monochromatic Colors of #55E072
Black with #55E072
Text Example
Text Example
White with #55E072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E072; }
p { color: rgb(85,224,114); }
H1.HeaderClassName
{
color: #55E072;
}
.AnyTagClassName
{
color: #55E072;
}
</style>
background-color css
<style>
a { background-color: #55E072; }
a { background-color: rgb(85,224,114); }
div.DivClassName
{
background-color: #55E072;
}
.BgClassName
{
background-color: #55E072;
}
</style>
border-color css
<style>
span { border-color: #55E072; }
span { border-color: rgb(85,224,114); }
td.TdClassName
{
border-color: #55E072;
}
.TagClassName
{
border-color: #55E072;
}
</style>