Shades of Emerald #55F492
Tints of Emerald #55F492
RGB
CMYK
RGB Variations
Color information
#55F492 (or 0x55F492) is known color: Emerald. HEX triplet: 55, F4 and 92. RGB value is (85,244,146). Sum of RGB (Red+Green+Blue) = 85+244+146=475 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.89% from 475); Green value is 244 (95.70% from 255 or 51.37% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 244 - color contains mainly: green. Hex color #55F492 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F492 is #AA0B6D. Grayscale: #B9B9B9. Windows color (decimal): -11144046 or 9630805. OLE color: 9630805.
HSL color Cylindrical-coordinate representation of color #55F492: hue angle of 143.02º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F492 is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 244 | 146 | - |
| CMYK | 0.65 | 0 | 0.40 | 0.04 |
| HSL | 143.02º | 0.88% | 0.65% | - |
| HSV(B) | 143.02º | 0.65% | 0.96% | - |
| XYZ | 41.29 | 68.71 | 38.28 | - |
| YUV | 185.29 | 105.82 | 56.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 244 | 146 | 0.65 | 0 | 0.40 | 0.04 | 143.02 | 0.88 | 0.65 |
| Hex | 55 | F4 | 92 | 41 | 0 | 28 | 4 | 8F | 58 | 41 |
| Octal | 125 | 364 | 222 | 101 | 0 | 50 | 4 | 217 | 130 | 101 |
| Binary | 1010101 | 11110100 | 10010010 | 1000001 | 0 | 101000 | 100 | 10001111 | 1011000 | 1000001 |
Color Harmonies of #55F492
Complementary color
Monochromatic Colors of #55F492
Black with #55F492
Text Example
Text Example
White with #55F492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F492; }
p { color: rgb(85,244,146); }
H1.HeaderClassName
{
color: #55F492;
}
.AnyTagClassName
{
color: #55F492;
}
</style>
background-color css
<style>
a { background-color: #55F492; }
a { background-color: rgb(85,244,146); }
div.DivClassName
{
background-color: #55F492;
}
.BgClassName
{
background-color: #55F492;
}
</style>
border-color css
<style>
span { border-color: #55F492; }
span { border-color: rgb(85,244,146); }
td.TdClassName
{
border-color: #55F492;
}
.TagClassName
{
border-color: #55F492;
}
</style>