Shades of Emerald #55E975
Tints of Emerald #55E975
RGB
CMYK
RGB Variations
Color information
#55E975 (or 0x55E975) is known color: Emerald. HEX triplet: 55, E9 and 75. RGB value is (85,233,117). Sum of RGB (Red+Green+Blue) = 85+233+117=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 233 (91.41% from 255 or 53.56% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 233 - color contains mainly: green. Hex color #55E975 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55E975 is #AA168A. Grayscale: #AFAFAF. Windows color (decimal): -11146891 or 7727445. OLE color: 7727445.
HSL color Cylindrical-coordinate representation of color #55E975: hue angle of 132.97º 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 #55E975 is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 233 | 117 | - |
| CMYK | 0.64 | 0 | 0.50 | 0.09 |
| HSL | 132.97º | 0.77% | 0.62% | - |
| HSV(B) | 132.97º | 0.64% | 0.91% | - |
| XYZ | 36.1 | 61.49 | 26.8 | - |
| YUV | 175.52 | 94.97 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 233 | 117 | 0.64 | 0 | 0.50 | 0.09 | 132.97 | 0.77 | 0.62 |
| Hex | 55 | E9 | 75 | 40 | 0 | 32 | 9 | 85 | 4D | 3E |
| Octal | 125 | 351 | 165 | 100 | 0 | 62 | 11 | 205 | 115 | 76 |
| Binary | 1010101 | 11101001 | 1110101 | 1000000 | 0 | 110010 | 1001 | 10000101 | 1001101 | 111110 |
Color Harmonies of #55E975
Complementary color
Monochromatic Colors of #55E975
Black with #55E975
Text Example
Text Example
White with #55E975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E975; }
p { color: rgb(85,233,117); }
H1.HeaderClassName
{
color: #55E975;
}
.AnyTagClassName
{
color: #55E975;
}
</style>
background-color css
<style>
a { background-color: #55E975; }
a { background-color: rgb(85,233,117); }
div.DivClassName
{
background-color: #55E975;
}
.BgClassName
{
background-color: #55E975;
}
</style>
border-color css
<style>
span { border-color: #55E975; }
span { border-color: rgb(85,233,117); }
td.TdClassName
{
border-color: #55E975;
}
.TagClassName
{
border-color: #55E975;
}
</style>