Shades of Emerald #55F193
Tints of Emerald #55F193
RGB
CMYK
RGB Variations
Color information
#55F193 (or 0x55F193) is known color: Emerald. HEX triplet: 55, F1 and 93. RGB value is (85,241,147). Sum of RGB (Red+Green+Blue) = 85+241+147=473 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.97% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #55F193 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F193 is #AA0E6C. Grayscale: #B7B7B7. Windows color (decimal): -11144813 or 9695573. OLE color: 9695573.
HSL color Cylindrical-coordinate representation of color #55F193: hue angle of 143.85º 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 #55F193 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 241 | 147 | - |
| CMYK | 0.65 | 0 | 0.39 | 0.05 |
| HSL | 143.85º | 0.85% | 0.64% | - |
| HSV(B) | 143.85º | 0.65% | 0.95% | - |
| XYZ | 40.47 | 66.95 | 38.39 | - |
| YUV | 183.64 | 107.32 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 241 | 147 | 0.65 | 0 | 0.39 | 0.05 | 143.85 | 0.85 | 0.64 |
| Hex | 55 | F1 | 93 | 41 | 0 | 27 | 5 | 90 | 55 | 40 |
| Octal | 125 | 361 | 223 | 101 | 0 | 47 | 5 | 220 | 125 | 100 |
| Binary | 1010101 | 11110001 | 10010011 | 1000001 | 0 | 100111 | 101 | 10010000 | 1010101 | 1000000 |
Color Harmonies of #55F193
Complementary color
Monochromatic Colors of #55F193
Black with #55F193
Text Example
Text Example
White with #55F193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F193; }
p { color: rgb(85,241,147); }
H1.HeaderClassName
{
color: #55F193;
}
.AnyTagClassName
{
color: #55F193;
}
</style>
background-color css
<style>
a { background-color: #55F193; }
a { background-color: rgb(85,241,147); }
div.DivClassName
{
background-color: #55F193;
}
.BgClassName
{
background-color: #55F193;
}
</style>
border-color css
<style>
span { border-color: #55F193; }
span { border-color: rgb(85,241,147); }
td.TdClassName
{
border-color: #55F193;
}
.TagClassName
{
border-color: #55F193;
}
</style>