Shades of Emerald #55D46B
Tints of Emerald #55D46B
RGB
CMYK
RGB Variations
Color information
#55D46B (or 0x55D46B) is known color: Emerald. HEX triplet: 55, D4 and 6B. RGB value is (85,212,107). Sum of RGB (Red+Green+Blue) = 85+212+107=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 212 (83.20% from 255 or 52.48% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 212 - color contains mainly: green. Hex color #55D46B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D46B is #AA2B94. Grayscale: #A2A2A2. Windows color (decimal): -11152277 or 7066709. OLE color: 7066709.
HSL color Cylindrical-coordinate representation of color #55D46B: hue angle of 130.39º 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 #55D46B is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 212 | 107 | - |
| CMYK | 0.60 | 0 | 0.50 | 0.17 |
| HSL | 130.39º | 0.6% | 0.58% | - |
| HSV(B) | 130.39º | 0.6% | 0.83% | - |
| XYZ | 29.94 | 50.08 | 22 | - |
| YUV | 162.06 | 96.92 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 212 | 107 | 0.60 | 0 | 0.50 | 0.17 | 130.39 | 0.6 | 0.58 |
| Hex | 55 | D4 | 6B | 3C | 0 | 32 | 11 | 82 | 3C | 3A |
| Octal | 125 | 324 | 153 | 74 | 0 | 62 | 21 | 202 | 74 | 72 |
| Binary | 1010101 | 11010100 | 1101011 | 111100 | 0 | 110010 | 10001 | 10000010 | 111100 | 111010 |
Color Harmonies of #55D46B
Complementary color
Monochromatic Colors of #55D46B
Black with #55D46B
Text Example
Text Example
White with #55D46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D46B; }
p { color: rgb(85,212,107); }
H1.HeaderClassName
{
color: #55D46B;
}
.AnyTagClassName
{
color: #55D46B;
}
</style>
background-color css
<style>
a { background-color: #55D46B; }
a { background-color: rgb(85,212,107); }
div.DivClassName
{
background-color: #55D46B;
}
.BgClassName
{
background-color: #55D46B;
}
</style>
border-color css
<style>
span { border-color: #55D46B; }
span { border-color: rgb(85,212,107); }
td.TdClassName
{
border-color: #55D46B;
}
.TagClassName
{
border-color: #55D46B;
}
</style>