Shades of Emerald #55E270
Tints of Emerald #55E270
RGB
CMYK
RGB Variations
Color information
#55E270 (or 0x55E270) is known color: Emerald. HEX triplet: 55, E2 and 70. RGB value is (85,226,112). Sum of RGB (Red+Green+Blue) = 85+226+112=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 226 (88.67% from 255 or 53.43% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 226 - color contains mainly: green. Hex color #55E270 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55E270 is #AA1D8F. Grayscale: #ABABAB. Windows color (decimal): -11148688 or 7397973. OLE color: 7397973.
HSL color Cylindrical-coordinate representation of color #55E270: hue angle of 131.49º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E270 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 226 | 112 | - |
| CMYK | 0.62 | 0 | 0.50 | 0.11 |
| HSL | 131.49º | 0.71% | 0.61% | - |
| HSV(B) | 131.49º | 0.62% | 0.89% | - |
| XYZ | 33.87 | 57.49 | 24.64 | - |
| YUV | 170.85 | 94.79 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 226 | 112 | 0.62 | 0 | 0.50 | 0.11 | 131.49 | 0.71 | 0.61 |
| Hex | 55 | E2 | 70 | 3E | 0 | 32 | B | 83 | 47 | 3D |
| Octal | 125 | 342 | 160 | 76 | 0 | 62 | 13 | 203 | 107 | 75 |
| Binary | 1010101 | 11100010 | 1110000 | 111110 | 0 | 110010 | 1011 | 10000011 | 1000111 | 111101 |
Color Harmonies of #55E270
Complementary color
Monochromatic Colors of #55E270
Black with #55E270
Text Example
Text Example
White with #55E270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E270; }
p { color: rgb(85,226,112); }
H1.HeaderClassName
{
color: #55E270;
}
.AnyTagClassName
{
color: #55E270;
}
</style>
background-color css
<style>
a { background-color: #55E270; }
a { background-color: rgb(85,226,112); }
div.DivClassName
{
background-color: #55E270;
}
.BgClassName
{
background-color: #55E270;
}
</style>
border-color css
<style>
span { border-color: #55E270; }
span { border-color: rgb(85,226,112); }
td.TdClassName
{
border-color: #55E270;
}
.TagClassName
{
border-color: #55E270;
}
</style>