Shades of Emerald #55D478
Tints of Emerald #55D478
RGB
CMYK
RGB Variations
Color information
#55D478 (or 0x55D478) is known color: Emerald. HEX triplet: 55, D4 and 78. RGB value is (85,212,120). Sum of RGB (Red+Green+Blue) = 85+212+120=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 212 (83.20% from 255 or 50.84% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 212 - color contains mainly: green. Hex color #55D478 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D478 is #AA2B87. Grayscale: #A3A3A3. Windows color (decimal): -11152264 or 7918677. OLE color: 7918677.
HSL color Cylindrical-coordinate representation of color #55D478: hue angle of 136.54º 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 #55D478 is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 212 | 120 | - |
| CMYK | 0.60 | 0 | 0.43 | 0.17 |
| HSL | 136.54º | 0.6% | 0.58% | - |
| HSV(B) | 136.54º | 0.6% | 0.83% | - |
| XYZ | 30.68 | 50.37 | 25.88 | - |
| YUV | 163.54 | 103.42 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 212 | 120 | 0.60 | 0 | 0.43 | 0.17 | 136.54 | 0.6 | 0.58 |
| Hex | 55 | D4 | 78 | 3C | 0 | 2B | 11 | 89 | 3C | 3A |
| Octal | 125 | 324 | 170 | 74 | 0 | 53 | 21 | 211 | 74 | 72 |
| Binary | 1010101 | 11010100 | 1111000 | 111100 | 0 | 101011 | 10001 | 10001001 | 111100 | 111010 |
Color Harmonies of #55D478
Complementary color
Monochromatic Colors of #55D478
Black with #55D478
Text Example
Text Example
White with #55D478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D478; }
p { color: rgb(85,212,120); }
H1.HeaderClassName
{
color: #55D478;
}
.AnyTagClassName
{
color: #55D478;
}
</style>
background-color css
<style>
a { background-color: #55D478; }
a { background-color: rgb(85,212,120); }
div.DivClassName
{
background-color: #55D478;
}
.BgClassName
{
background-color: #55D478;
}
</style>
border-color css
<style>
span { border-color: #55D478; }
span { border-color: rgb(85,212,120); }
td.TdClassName
{
border-color: #55D478;
}
.TagClassName
{
border-color: #55D478;
}
</style>