Shades of Emerald #55D471
Tints of Emerald #55D471
RGB
CMYK
RGB Variations
Color information
#55D471 (or 0x55D471) is known color: Emerald. HEX triplet: 55, D4 and 71. RGB value is (85,212,113). Sum of RGB (Red+Green+Blue) = 85+212+113=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 212 (83.20% from 255 or 51.71% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 212 - color contains mainly: green. Hex color #55D471 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D471 is #AA2B8E. Grayscale: #A3A3A3. Windows color (decimal): -11152271 or 7459925. OLE color: 7459925.
HSL color Cylindrical-coordinate representation of color #55D471: hue angle of 133.23º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D471 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 212 | 113 | - |
| CMYK | 0.60 | 0 | 0.47 | 0.17 |
| HSL | 133.23º | 0.6% | 0.58% | - |
| HSV(B) | 133.23º | 0.6% | 0.83% | - |
| XYZ | 30.27 | 50.21 | 23.72 | - |
| YUV | 162.74 | 99.92 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 212 | 113 | 0.60 | 0 | 0.47 | 0.17 | 133.23 | 0.6 | 0.58 |
| Hex | 55 | D4 | 71 | 3C | 0 | 2F | 11 | 85 | 3C | 3A |
| Octal | 125 | 324 | 161 | 74 | 0 | 57 | 21 | 205 | 74 | 72 |
| Binary | 1010101 | 11010100 | 1110001 | 111100 | 0 | 101111 | 10001 | 10000101 | 111100 | 111010 |
Color Harmonies of #55D471
Complementary color
Monochromatic Colors of #55D471
Black with #55D471
Text Example
Text Example
White with #55D471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D471; }
p { color: rgb(85,212,113); }
H1.HeaderClassName
{
color: #55D471;
}
.AnyTagClassName
{
color: #55D471;
}
</style>
background-color css
<style>
a { background-color: #55D471; }
a { background-color: rgb(85,212,113); }
div.DivClassName
{
background-color: #55D471;
}
.BgClassName
{
background-color: #55D471;
}
</style>
border-color css
<style>
span { border-color: #55D471; }
span { border-color: rgb(85,212,113); }
td.TdClassName
{
border-color: #55D471;
}
.TagClassName
{
border-color: #55D471;
}
</style>