Shades of Emerald #55F190
Tints of Emerald #55F190
RGB
CMYK
RGB Variations
Color information
#55F190 (or 0x55F190) is known color: Emerald. HEX triplet: 55, F1 and 90. RGB value is (85,241,144). Sum of RGB (Red+Green+Blue) = 85+241+144=470 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.09% from 470); Green value is 241 (94.53% from 255 or 51.28% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 241 - color contains mainly: green. Hex color #55F190 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F190 is #AA0E6F. Grayscale: #B7B7B7. Windows color (decimal): -11144816 or 9498965. OLE color: 9498965.
HSL color Cylindrical-coordinate representation of color #55F190: hue angle of 142.69º 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 #55F190 is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 241 | 144 | - |
| CMYK | 0.65 | 0 | 0.40 | 0.05 |
| HSL | 142.69º | 0.85% | 0.64% | - |
| HSV(B) | 142.69º | 0.65% | 0.95% | - |
| XYZ | 40.24 | 66.86 | 37.17 | - |
| YUV | 183.3 | 105.82 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 241 | 144 | 0.65 | 0 | 0.40 | 0.05 | 142.69 | 0.85 | 0.64 |
| Hex | 55 | F1 | 90 | 41 | 0 | 28 | 5 | 8F | 55 | 40 |
| Octal | 125 | 361 | 220 | 101 | 0 | 50 | 5 | 217 | 125 | 100 |
| Binary | 1010101 | 11110001 | 10010000 | 1000001 | 0 | 101000 | 101 | 10001111 | 1010101 | 1000000 |
Color Harmonies of #55F190
Complementary color
Monochromatic Colors of #55F190
Black with #55F190
Text Example
Text Example
White with #55F190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F190; }
p { color: rgb(85,241,144); }
H1.HeaderClassName
{
color: #55F190;
}
.AnyTagClassName
{
color: #55F190;
}
</style>
background-color css
<style>
a { background-color: #55F190; }
a { background-color: rgb(85,241,144); }
div.DivClassName
{
background-color: #55F190;
}
.BgClassName
{
background-color: #55F190;
}
</style>
border-color css
<style>
span { border-color: #55F190; }
span { border-color: rgb(85,241,144); }
td.TdClassName
{
border-color: #55F190;
}
.TagClassName
{
border-color: #55F190;
}
</style>