Shades of Emerald #55E993
Tints of Emerald #55E993
RGB
CMYK
RGB Variations
Color information
#55E993 (or 0x55E993) is known color: Emerald. HEX triplet: 55, E9 and 93. RGB value is (85,233,147). Sum of RGB (Red+Green+Blue) = 85+233+147=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 233 (91.41% from 255 or 50.11% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 233 - color contains mainly: green. Hex color #55E993 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E993 is #AA166C. Grayscale: #B3B3B3. Windows color (decimal): -11146861 or 9693525. OLE color: 9693525.
HSL color Cylindrical-coordinate representation of color #55E993: hue angle of 145.14º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55E993 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 233 | 147 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.09 |
| HSL | 145.14º | 0.77% | 0.62% | - |
| HSV(B) | 145.14º | 0.64% | 0.91% | - |
| XYZ | 38.15 | 62.32 | 37.62 | - |
| YUV | 178.94 | 109.97 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 233 | 147 | 0.64 | 0 | 0.37 | 0.09 | 145.14 | 0.77 | 0.62 |
| Hex | 55 | E9 | 93 | 40 | 0 | 25 | 9 | 91 | 4D | 3E |
| Octal | 125 | 351 | 223 | 100 | 0 | 45 | 11 | 221 | 115 | 76 |
| Binary | 1010101 | 11101001 | 10010011 | 1000000 | 0 | 100101 | 1001 | 10010001 | 1001101 | 111110 |
Color Harmonies of #55E993
Complementary color
Monochromatic Colors of #55E993
Black with #55E993
Text Example
Text Example
White with #55E993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E993; }
p { color: rgb(85,233,147); }
H1.HeaderClassName
{
color: #55E993;
}
.AnyTagClassName
{
color: #55E993;
}
</style>
background-color css
<style>
a { background-color: #55E993; }
a { background-color: rgb(85,233,147); }
div.DivClassName
{
background-color: #55E993;
}
.BgClassName
{
background-color: #55E993;
}
</style>
border-color css
<style>
span { border-color: #55E993; }
span { border-color: rgb(85,233,147); }
td.TdClassName
{
border-color: #55E993;
}
.TagClassName
{
border-color: #55E993;
}
</style>