Shades of Emerald #55DC92
Tints of Emerald #55DC92
RGB
CMYK
RGB Variations
Color information
#55DC92 (or 0x55DC92) is known color: Emerald. HEX triplet: 55, DC and 92. RGB value is (85,220,146). Sum of RGB (Red+Green+Blue) = 85+220+146=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 146 (57.42% from 255 or 32.37% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #55DC92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DC92 is #AA236D. Grayscale: #ABABAB. Windows color (decimal): -11150190 or 9624661. OLE color: 9624661.
HSL color Cylindrical-coordinate representation of color #55DC92: hue angle of 147.11º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DC92 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 220 | 146 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.14 |
| HSL | 147.11º | 0.66% | 0.6% | - |
| HSV(B) | 147.11º | 0.61% | 0.86% | - |
| XYZ | 34.53 | 55.19 | 36.03 | - |
| YUV | 171.2 | 113.77 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 220 | 146 | 0.61 | 0 | 0.34 | 0.14 | 147.11 | 0.66 | 0.6 |
| Hex | 55 | DC | 92 | 3D | 0 | 22 | E | 93 | 42 | 3C |
| Octal | 125 | 334 | 222 | 75 | 0 | 42 | 16 | 223 | 102 | 74 |
| Binary | 1010101 | 11011100 | 10010010 | 111101 | 0 | 100010 | 1110 | 10010011 | 1000010 | 111100 |
Color Harmonies of #55DC92
Complementary color
Monochromatic Colors of #55DC92
Black with #55DC92
Text Example
Text Example
White with #55DC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DC92; }
p { color: rgb(85,220,146); }
H1.HeaderClassName
{
color: #55DC92;
}
.AnyTagClassName
{
color: #55DC92;
}
</style>
background-color css
<style>
a { background-color: #55DC92; }
a { background-color: rgb(85,220,146); }
div.DivClassName
{
background-color: #55DC92;
}
.BgClassName
{
background-color: #55DC92;
}
</style>
border-color css
<style>
span { border-color: #55DC92; }
span { border-color: rgb(85,220,146); }
td.TdClassName
{
border-color: #55DC92;
}
.TagClassName
{
border-color: #55DC92;
}
</style>