Shades of Emerald #55D575
Tints of Emerald #55D575
RGB
CMYK
RGB Variations
Color information
#55D575 (or 0x55D575) is known color: Emerald. HEX triplet: 55, D5 and 75. RGB value is (85,213,117). Sum of RGB (Red+Green+Blue) = 85+213+117=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #55D575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D575 is #AA2A8A. Grayscale: #A4A4A4. Windows color (decimal): -11152011 or 7722325. OLE color: 7722325.
HSL color Cylindrical-coordinate representation of color #55D575: hue angle of 135º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D575 is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 213 | 117 | - |
| CMYK | 0.60 | 0 | 0.45 | 0.16 |
| HSL | 135º | 0.6% | 0.58% | - |
| HSV(B) | 135º | 0.6% | 0.84% | - |
| XYZ | 30.75 | 50.8 | 25.02 | - |
| YUV | 163.78 | 101.59 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 213 | 117 | 0.60 | 0 | 0.45 | 0.16 | 135 | 0.6 | 0.58 |
| Hex | 55 | D5 | 75 | 3C | 0 | 2D | 10 | 87 | 3C | 3A |
| Octal | 125 | 325 | 165 | 74 | 0 | 55 | 20 | 207 | 74 | 72 |
| Binary | 1010101 | 11010101 | 1110101 | 111100 | 0 | 101101 | 10000 | 10000111 | 111100 | 111010 |
Color Harmonies of #55D575
Complementary color
Monochromatic Colors of #55D575
Black with #55D575
Text Example
Text Example
White with #55D575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D575; }
p { color: rgb(85,213,117); }
H1.HeaderClassName
{
color: #55D575;
}
.AnyTagClassName
{
color: #55D575;
}
</style>
background-color css
<style>
a { background-color: #55D575; }
a { background-color: rgb(85,213,117); }
div.DivClassName
{
background-color: #55D575;
}
.BgClassName
{
background-color: #55D575;
}
</style>
border-color css
<style>
span { border-color: #55D575; }
span { border-color: rgb(85,213,117); }
td.TdClassName
{
border-color: #55D575;
}
.TagClassName
{
border-color: #55D575;
}
</style>