Shades of Emerald #55E275
Tints of Emerald #55E275
RGB
CMYK
RGB Variations
Color information
#55E275 (or 0x55E275) is known color: Emerald. HEX triplet: 55, E2 and 75. RGB value is (85,226,117). Sum of RGB (Red+Green+Blue) = 85+226+117=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 226 (88.67% from 255 or 52.80% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 226 - color contains mainly: green. Hex color #55E275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55E275 is #AA1D8A. Grayscale: #ABABAB. Windows color (decimal): -11148683 or 7725653. OLE color: 7725653.
HSL color Cylindrical-coordinate representation of color #55E275: hue angle of 133.62º 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 #55E275 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 226 | 117 | - |
| CMYK | 0.62 | 0 | 0.48 | 0.11 |
| HSL | 133.62º | 0.71% | 0.61% | - |
| HSV(B) | 133.62º | 0.62% | 0.89% | - |
| XYZ | 34.15 | 57.61 | 26.15 | - |
| YUV | 171.42 | 97.29 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 226 | 117 | 0.62 | 0 | 0.48 | 0.11 | 133.62 | 0.71 | 0.61 |
| Hex | 55 | E2 | 75 | 3E | 0 | 30 | B | 86 | 47 | 3D |
| Octal | 125 | 342 | 165 | 76 | 0 | 60 | 13 | 206 | 107 | 75 |
| Binary | 1010101 | 11100010 | 1110101 | 111110 | 0 | 110000 | 1011 | 10000110 | 1000111 | 111101 |
Color Harmonies of #55E275
Complementary color
Monochromatic Colors of #55E275
Black with #55E275
Text Example
Text Example
White with #55E275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E275; }
p { color: rgb(85,226,117); }
H1.HeaderClassName
{
color: #55E275;
}
.AnyTagClassName
{
color: #55E275;
}
</style>
background-color css
<style>
a { background-color: #55E275; }
a { background-color: rgb(85,226,117); }
div.DivClassName
{
background-color: #55E275;
}
.BgClassName
{
background-color: #55E275;
}
</style>
border-color css
<style>
span { border-color: #55E275; }
span { border-color: rgb(85,226,117); }
td.TdClassName
{
border-color: #55E275;
}
.TagClassName
{
border-color: #55E275;
}
</style>