Shades of Emerald #55F18E
Tints of Emerald #55F18E
RGB
CMYK
RGB Variations
Color information
#55F18E (or 0x55F18E) is known color: Emerald. HEX triplet: 55, F1 and 8E. RGB value is (85,241,142). Sum of RGB (Red+Green+Blue) = 85+241+142=468 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.16% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #55F18E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F18E is #AA0E71. Grayscale: #B7B7B7. Windows color (decimal): -11144818 or 9367893. OLE color: 9367893.
HSL color Cylindrical-coordinate representation of color #55F18E: hue angle of 141.92º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F18E is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 241 | 142 | - |
| CMYK | 0.65 | 0 | 0.41 | 0.05 |
| HSL | 141.92º | 0.85% | 0.64% | - |
| HSV(B) | 141.92º | 0.65% | 0.95% | - |
| XYZ | 40.08 | 66.79 | 36.37 | - |
| YUV | 183.07 | 104.82 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 241 | 142 | 0.65 | 0 | 0.41 | 0.05 | 141.92 | 0.85 | 0.64 |
| Hex | 55 | F1 | 8E | 41 | 0 | 29 | 5 | 8E | 55 | 40 |
| Octal | 125 | 361 | 216 | 101 | 0 | 51 | 5 | 216 | 125 | 100 |
| Binary | 1010101 | 11110001 | 10001110 | 1000001 | 0 | 101001 | 101 | 10001110 | 1010101 | 1000000 |
Color Harmonies of #55F18E
Complementary color
Monochromatic Colors of #55F18E
Black with #55F18E
Text Example
Text Example
White with #55F18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F18E; }
p { color: rgb(85,241,142); }
H1.HeaderClassName
{
color: #55F18E;
}
.AnyTagClassName
{
color: #55F18E;
}
</style>
background-color css
<style>
a { background-color: #55F18E; }
a { background-color: rgb(85,241,142); }
div.DivClassName
{
background-color: #55F18E;
}
.BgClassName
{
background-color: #55F18E;
}
</style>
border-color css
<style>
span { border-color: #55F18E; }
span { border-color: rgb(85,241,142); }
td.TdClassName
{
border-color: #55F18E;
}
.TagClassName
{
border-color: #55F18E;
}
</style>