Shades of Emerald #55D864
Tints of Emerald #55D864
RGB
CMYK
RGB Variations
Color information
#55D864 (or 0x55D864) is known color: Emerald. HEX triplet: 55, D8 and 64. RGB value is (85,216,100). Sum of RGB (Red+Green+Blue) = 85+216+100=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 216 (84.77% from 255 or 53.87% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 216 - color contains mainly: green. Hex color #55D864 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D864 is #AA279B. Grayscale: #A3A3A3. Windows color (decimal): -11151260 or 6608981. OLE color: 6608981.
HSL color Cylindrical-coordinate representation of color #55D864: hue angle of 126.87º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D864 is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 216 | 100 | - |
| CMYK | 0.61 | 0 | 0.54 | 0.15 |
| HSL | 126.87º | 0.63% | 0.59% | - |
| HSV(B) | 126.87º | 0.61% | 0.85% | - |
| XYZ | 30.6 | 51.96 | 20.47 | - |
| YUV | 163.61 | 92.1 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 216 | 100 | 0.61 | 0 | 0.54 | 0.15 | 126.87 | 0.63 | 0.59 |
| Hex | 55 | D8 | 64 | 3D | 0 | 36 | F | 7F | 3F | 3B |
| Octal | 125 | 330 | 144 | 75 | 0 | 66 | 17 | 177 | 77 | 73 |
| Binary | 1010101 | 11011000 | 1100100 | 111101 | 0 | 110110 | 1111 | 1111111 | 111111 | 111011 |
Color Harmonies of #55D864
Complementary color
Monochromatic Colors of #55D864
Black with #55D864
Text Example
Text Example
White with #55D864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D864; }
p { color: rgb(85,216,100); }
H1.HeaderClassName
{
color: #55D864;
}
.AnyTagClassName
{
color: #55D864;
}
</style>
background-color css
<style>
a { background-color: #55D864; }
a { background-color: rgb(85,216,100); }
div.DivClassName
{
background-color: #55D864;
}
.BgClassName
{
background-color: #55D864;
}
</style>
border-color css
<style>
span { border-color: #55D864; }
span { border-color: rgb(85,216,100); }
td.TdClassName
{
border-color: #55D864;
}
.TagClassName
{
border-color: #55D864;
}
</style>