Shades of Emerald #55F391
Tints of Emerald #55F391
RGB
CMYK
RGB Variations
Color information
#55F391 (or 0x55F391) is known color: Emerald. HEX triplet: 55, F3 and 91. RGB value is (85,243,145). Sum of RGB (Red+Green+Blue) = 85+243+145=473 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.97% from 473); Green value is 243 (95.31% from 255 or 51.37% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 243 - color contains mainly: green. Hex color #55F391 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F391 is #AA0C6E. Grayscale: #B8B8B8. Windows color (decimal): -11144303 or 9565013. OLE color: 9565013.
HSL color Cylindrical-coordinate representation of color #55F391: hue angle of 142.78º degrees, saturation: 0.87, 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 #55F391 is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 243 | 145 | - |
| CMYK | 0.65 | 0 | 0.40 | 0.05 |
| HSL | 142.78º | 0.87% | 0.64% | - |
| HSV(B) | 142.78º | 0.65% | 0.95% | - |
| XYZ | 40.91 | 68.08 | 37.77 | - |
| YUV | 184.59 | 105.65 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 243 | 145 | 0.65 | 0 | 0.40 | 0.05 | 142.78 | 0.87 | 0.64 |
| Hex | 55 | F3 | 91 | 41 | 0 | 28 | 5 | 8F | 57 | 40 |
| Octal | 125 | 363 | 221 | 101 | 0 | 50 | 5 | 217 | 127 | 100 |
| Binary | 1010101 | 11110011 | 10010001 | 1000001 | 0 | 101000 | 101 | 10001111 | 1010111 | 1000000 |
Color Harmonies of #55F391
Complementary color
Monochromatic Colors of #55F391
Black with #55F391
Text Example
Text Example
White with #55F391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F391; }
p { color: rgb(85,243,145); }
H1.HeaderClassName
{
color: #55F391;
}
.AnyTagClassName
{
color: #55F391;
}
</style>
background-color css
<style>
a { background-color: #55F391; }
a { background-color: rgb(85,243,145); }
div.DivClassName
{
background-color: #55F391;
}
.BgClassName
{
background-color: #55F391;
}
</style>
border-color css
<style>
span { border-color: #55F391; }
span { border-color: rgb(85,243,145); }
td.TdClassName
{
border-color: #55F391;
}
.TagClassName
{
border-color: #55F391;
}
</style>