Shades of Emerald #55D461
Tints of Emerald #55D461
RGB
CMYK
RGB Variations
Color information
#55D461 (or 0x55D461) is known color: Emerald. HEX triplet: 55, D4 and 61. RGB value is (85,212,97). Sum of RGB (Red+Green+Blue) = 85+212+97=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 212 (83.20% from 255 or 53.81% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 212 - color contains mainly: green. Hex color #55D461 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D461 is #AA2B9E. Grayscale: #A1A1A1. Windows color (decimal): -11152287 or 6411349. OLE color: 6411349.
HSL color Cylindrical-coordinate representation of color #55D461: hue angle of 125.67º 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 #55D461 is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 212 | 97 | - |
| CMYK | 0.60 | 0 | 0.54 | 0.17 |
| HSL | 125.67º | 0.6% | 0.58% | - |
| HSV(B) | 125.67º | 0.6% | 0.83% | - |
| XYZ | 29.45 | 49.88 | 19.39 | - |
| YUV | 160.92 | 91.92 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 212 | 97 | 0.60 | 0 | 0.54 | 0.17 | 125.67 | 0.6 | 0.58 |
| Hex | 55 | D4 | 61 | 3C | 0 | 36 | 11 | 7E | 3C | 3A |
| Octal | 125 | 324 | 141 | 74 | 0 | 66 | 21 | 176 | 74 | 72 |
| Binary | 1010101 | 11010100 | 1100001 | 111100 | 0 | 110110 | 10001 | 1111110 | 111100 | 111010 |
Color Harmonies of #55D461
Complementary color
Monochromatic Colors of #55D461
Black with #55D461
Text Example
Text Example
White with #55D461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D461; }
p { color: rgb(85,212,97); }
H1.HeaderClassName
{
color: #55D461;
}
.AnyTagClassName
{
color: #55D461;
}
</style>
background-color css
<style>
a { background-color: #55D461; }
a { background-color: rgb(85,212,97); }
div.DivClassName
{
background-color: #55D461;
}
.BgClassName
{
background-color: #55D461;
}
</style>
border-color css
<style>
span { border-color: #55D461; }
span { border-color: rgb(85,212,97); }
td.TdClassName
{
border-color: #55D461;
}
.TagClassName
{
border-color: #55D461;
}
</style>