Shades of Emerald #55F189
Tints of Emerald #55F189
RGB
CMYK
RGB Variations
Color information
#55F189 (or 0x55F189) is known color: Emerald. HEX triplet: 55, F1 and 89. RGB value is (85,241,137). Sum of RGB (Red+Green+Blue) = 85+241+137=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 241 (94.53% from 255 or 52.05% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 241 - color contains mainly: green. Hex color #55F189 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F189 is #AA0E76. Grayscale: #B6B6B6. Windows color (decimal): -11144823 or 9040213. OLE color: 9040213.
HSL color Cylindrical-coordinate representation of color #55F189: hue angle of 140º 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 #55F189 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 241 | 137 | - |
| CMYK | 0.65 | 0 | 0.43 | 0.05 |
| HSL | 140º | 0.85% | 0.64% | - |
| HSV(B) | 140º | 0.65% | 0.95% | - |
| XYZ | 39.72 | 66.65 | 34.44 | - |
| YUV | 182.5 | 102.32 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 241 | 137 | 0.65 | 0 | 0.43 | 0.05 | 140 | 0.85 | 0.64 |
| Hex | 55 | F1 | 89 | 41 | 0 | 2B | 5 | 8C | 55 | 40 |
| Octal | 125 | 361 | 211 | 101 | 0 | 53 | 5 | 214 | 125 | 100 |
| Binary | 1010101 | 11110001 | 10001001 | 1000001 | 0 | 101011 | 101 | 10001100 | 1010101 | 1000000 |
Color Harmonies of #55F189
Complementary color
Monochromatic Colors of #55F189
Black with #55F189
Text Example
Text Example
White with #55F189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F189; }
p { color: rgb(85,241,137); }
H1.HeaderClassName
{
color: #55F189;
}
.AnyTagClassName
{
color: #55F189;
}
</style>
background-color css
<style>
a { background-color: #55F189; }
a { background-color: rgb(85,241,137); }
div.DivClassName
{
background-color: #55F189;
}
.BgClassName
{
background-color: #55F189;
}
</style>
border-color css
<style>
span { border-color: #55F189; }
span { border-color: rgb(85,241,137); }
td.TdClassName
{
border-color: #55F189;
}
.TagClassName
{
border-color: #55F189;
}
</style>