Shades of Emerald #55F192
Tints of Emerald #55F192
RGB
CMYK
RGB Variations
Color information
#55F192 (or 0x55F192) is known color: Emerald. HEX triplet: 55, F1 and 92. RGB value is (85,241,146). Sum of RGB (Red+Green+Blue) = 85+241+146=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #55F192 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F192 is #AA0E6D. Grayscale: #B7B7B7. Windows color (decimal): -11144814 or 9630037. OLE color: 9630037.
HSL color Cylindrical-coordinate representation of color #55F192: hue angle of 143.46º 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 #55F192 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 241 | 146 | - |
| CMYK | 0.65 | 0 | 0.39 | 0.05 |
| HSL | 143.46º | 0.85% | 0.64% | - |
| HSV(B) | 143.46º | 0.65% | 0.95% | - |
| XYZ | 40.39 | 66.92 | 37.98 | - |
| YUV | 183.53 | 106.82 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 241 | 146 | 0.65 | 0 | 0.39 | 0.05 | 143.46 | 0.85 | 0.64 |
| Hex | 55 | F1 | 92 | 41 | 0 | 27 | 5 | 8F | 55 | 40 |
| Octal | 125 | 361 | 222 | 101 | 0 | 47 | 5 | 217 | 125 | 100 |
| Binary | 1010101 | 11110001 | 10010010 | 1000001 | 0 | 100111 | 101 | 10001111 | 1010101 | 1000000 |
Color Harmonies of #55F192
Complementary color
Monochromatic Colors of #55F192
Black with #55F192
Text Example
Text Example
White with #55F192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F192; }
p { color: rgb(85,241,146); }
H1.HeaderClassName
{
color: #55F192;
}
.AnyTagClassName
{
color: #55F192;
}
</style>
background-color css
<style>
a { background-color: #55F192; }
a { background-color: rgb(85,241,146); }
div.DivClassName
{
background-color: #55F192;
}
.BgClassName
{
background-color: #55F192;
}
</style>
border-color css
<style>
span { border-color: #55F192; }
span { border-color: rgb(85,241,146); }
td.TdClassName
{
border-color: #55F192;
}
.TagClassName
{
border-color: #55F192;
}
</style>