Shades of Emerald #55E985
Tints of Emerald #55E985
RGB
CMYK
RGB Variations
Color information
#55E985 (or 0x55E985) is known color: Emerald. HEX triplet: 55, E9 and 85. RGB value is (85,233,133). Sum of RGB (Red+Green+Blue) = 85+233+133=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 233 (91.41% from 255 or 51.66% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 233 - color contains mainly: green. Hex color #55E985 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E985 is #AA167A. Grayscale: #B1B1B1. Windows color (decimal): -11146875 or 8776021. OLE color: 8776021.
HSL color Cylindrical-coordinate representation of color #55E985: hue angle of 139.46º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55E985 is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 233 | 133 | - |
| CMYK | 0.64 | 0 | 0.43 | 0.09 |
| HSL | 139.46º | 0.77% | 0.62% | - |
| HSV(B) | 139.46º | 0.64% | 0.91% | - |
| XYZ | 37.12 | 61.9 | 32.18 | - |
| YUV | 177.35 | 102.97 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 233 | 133 | 0.64 | 0 | 0.43 | 0.09 | 139.46 | 0.77 | 0.62 |
| Hex | 55 | E9 | 85 | 40 | 0 | 2B | 9 | 8B | 4D | 3E |
| Octal | 125 | 351 | 205 | 100 | 0 | 53 | 11 | 213 | 115 | 76 |
| Binary | 1010101 | 11101001 | 10000101 | 1000000 | 0 | 101011 | 1001 | 10001011 | 1001101 | 111110 |
Color Harmonies of #55E985
Complementary color
Monochromatic Colors of #55E985
Black with #55E985
Text Example
Text Example
White with #55E985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E985; }
p { color: rgb(85,233,133); }
H1.HeaderClassName
{
color: #55E985;
}
.AnyTagClassName
{
color: #55E985;
}
</style>
background-color css
<style>
a { background-color: #55E985; }
a { background-color: rgb(85,233,133); }
div.DivClassName
{
background-color: #55E985;
}
.BgClassName
{
background-color: #55E985;
}
</style>
border-color css
<style>
span { border-color: #55E985; }
span { border-color: rgb(85,233,133); }
td.TdClassName
{
border-color: #55E985;
}
.TagClassName
{
border-color: #55E985;
}
</style>