Shades of Emerald #55F183
Tints of Emerald #55F183
RGB
CMYK
RGB Variations
Color information
#55F183 (or 0x55F183) is known color: Emerald. HEX triplet: 55, F1 and 83. RGB value is (85,241,131). Sum of RGB (Red+Green+Blue) = 85+241+131=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 241 (94.53% from 255 or 52.74% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 241 - color contains mainly: green. Hex color #55F183 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F183 is #AA0E7C. Grayscale: #B6B6B6. Windows color (decimal): -11144829 or 8646997. OLE color: 8646997.
HSL color Cylindrical-coordinate representation of color #55F183: hue angle of 137.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 #55F183 is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 241 | 131 | - |
| CMYK | 0.65 | 0 | 0.46 | 0.05 |
| HSL | 137.69º | 0.85% | 0.64% | - |
| HSV(B) | 137.69º | 0.65% | 0.95% | - |
| XYZ | 39.3 | 66.48 | 32.23 | - |
| YUV | 181.82 | 99.32 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 241 | 131 | 0.65 | 0 | 0.46 | 0.05 | 137.69 | 0.85 | 0.64 |
| Hex | 55 | F1 | 83 | 41 | 0 | 2E | 5 | 8A | 55 | 40 |
| Octal | 125 | 361 | 203 | 101 | 0 | 56 | 5 | 212 | 125 | 100 |
| Binary | 1010101 | 11110001 | 10000011 | 1000001 | 0 | 101110 | 101 | 10001010 | 1010101 | 1000000 |
Color Harmonies of #55F183
Complementary color
Monochromatic Colors of #55F183
Black with #55F183
Text Example
Text Example
White with #55F183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F183; }
p { color: rgb(85,241,131); }
H1.HeaderClassName
{
color: #55F183;
}
.AnyTagClassName
{
color: #55F183;
}
</style>
background-color css
<style>
a { background-color: #55F183; }
a { background-color: rgb(85,241,131); }
div.DivClassName
{
background-color: #55F183;
}
.BgClassName
{
background-color: #55F183;
}
</style>
border-color css
<style>
span { border-color: #55F183; }
span { border-color: rgb(85,241,131); }
td.TdClassName
{
border-color: #55F183;
}
.TagClassName
{
border-color: #55F183;
}
</style>