Shades of Emerald #55D460
Tints of Emerald #55D460
RGB
CMYK
RGB Variations
Color information
#55D460 (or 0x55D460) is known color: Emerald. HEX triplet: 55, D4 and 60. RGB value is (85,212,96). Sum of RGB (Red+Green+Blue) = 85+212+96=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 212 (83.20% from 255 or 53.94% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 212 - color contains mainly: green. Hex color #55D460 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D460 is #AA2B9F. Grayscale: #A1A1A1. Windows color (decimal): -11152288 or 6345813. OLE color: 6345813.
HSL color Cylindrical-coordinate representation of color #55D460: hue angle of 125.2º 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 #55D460 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 212 | 96 | - |
| CMYK | 0.60 | 0 | 0.55 | 0.17 |
| HSL | 125.2º | 0.6% | 0.58% | - |
| HSV(B) | 125.2º | 0.6% | 0.83% | - |
| XYZ | 29.4 | 49.86 | 19.14 | - |
| YUV | 160.8 | 91.42 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 212 | 96 | 0.60 | 0 | 0.55 | 0.17 | 125.2 | 0.6 | 0.58 |
| Hex | 55 | D4 | 60 | 3C | 0 | 37 | 11 | 7D | 3C | 3A |
| Octal | 125 | 324 | 140 | 74 | 0 | 67 | 21 | 175 | 74 | 72 |
| Binary | 1010101 | 11010100 | 1100000 | 111100 | 0 | 110111 | 10001 | 1111101 | 111100 | 111010 |
Color Harmonies of #55D460
Complementary color
Monochromatic Colors of #55D460
Black with #55D460
Text Example
Text Example
White with #55D460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D460; }
p { color: rgb(85,212,96); }
H1.HeaderClassName
{
color: #55D460;
}
.AnyTagClassName
{
color: #55D460;
}
</style>
background-color css
<style>
a { background-color: #55D460; }
a { background-color: rgb(85,212,96); }
div.DivClassName
{
background-color: #55D460;
}
.BgClassName
{
background-color: #55D460;
}
</style>
border-color css
<style>
span { border-color: #55D460; }
span { border-color: rgb(85,212,96); }
td.TdClassName
{
border-color: #55D460;
}
.TagClassName
{
border-color: #55D460;
}
</style>