Shades of Emerald #55DC62
Tints of Emerald #55DC62
RGB
CMYK
RGB Variations
Color information
#55DC62 (or 0x55DC62) is known color: Emerald. HEX triplet: 55, DC and 62. RGB value is (85,220,98). Sum of RGB (Red+Green+Blue) = 85+220+98=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #55DC62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DC62 is #AA239D. Grayscale: #A6A6A6. Windows color (decimal): -11150238 or 6478933. OLE color: 6478933.
HSL color Cylindrical-coordinate representation of color #55DC62: hue angle of 125.78º 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 #55DC62 is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 220 | 98 | - |
| CMYK | 0.61 | 0 | 0.55 | 0.14 |
| HSL | 125.78º | 0.66% | 0.6% | - |
| HSV(B) | 125.78º | 0.61% | 0.86% | - |
| XYZ | 31.54 | 54 | 20.32 | - |
| YUV | 165.73 | 89.77 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 220 | 98 | 0.61 | 0 | 0.55 | 0.14 | 125.78 | 0.66 | 0.6 |
| Hex | 55 | DC | 62 | 3D | 0 | 37 | E | 7E | 42 | 3C |
| Octal | 125 | 334 | 142 | 75 | 0 | 67 | 16 | 176 | 102 | 74 |
| Binary | 1010101 | 11011100 | 1100010 | 111101 | 0 | 110111 | 1110 | 1111110 | 1000010 | 111100 |
Color Harmonies of #55DC62
Complementary color
Monochromatic Colors of #55DC62
Black with #55DC62
Text Example
Text Example
White with #55DC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DC62; }
p { color: rgb(85,220,98); }
H1.HeaderClassName
{
color: #55DC62;
}
.AnyTagClassName
{
color: #55DC62;
}
</style>
background-color css
<style>
a { background-color: #55DC62; }
a { background-color: rgb(85,220,98); }
div.DivClassName
{
background-color: #55DC62;
}
.BgClassName
{
background-color: #55DC62;
}
</style>
border-color css
<style>
span { border-color: #55DC62; }
span { border-color: rgb(85,220,98); }
td.TdClassName
{
border-color: #55DC62;
}
.TagClassName
{
border-color: #55DC62;
}
</style>