Shades of Emerald #55DC64
Tints of Emerald #55DC64
RGB
CMYK
RGB Variations
Color information
#55DC64 (or 0x55DC64) is known color: Emerald. HEX triplet: 55, DC and 64. RGB value is (85,220,100). Sum of RGB (Red+Green+Blue) = 85+220+100=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 220 (86.33% from 255 or 54.32% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 220 - color contains mainly: green. Hex color #55DC64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DC64 is #AA239B. Grayscale: #A6A6A6. Windows color (decimal): -11150236 or 6610005. OLE color: 6610005.
HSL color Cylindrical-coordinate representation of color #55DC64: hue angle of 126.67º 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 #55DC64 is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 220 | 100 | - |
| CMYK | 0.61 | 0 | 0.55 | 0.14 |
| HSL | 126.67º | 0.66% | 0.6% | - |
| HSV(B) | 126.67º | 0.61% | 0.86% | - |
| XYZ | 31.64 | 54.04 | 20.82 | - |
| YUV | 165.96 | 90.77 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 220 | 100 | 0.61 | 0 | 0.55 | 0.14 | 126.67 | 0.66 | 0.6 |
| Hex | 55 | DC | 64 | 3D | 0 | 37 | E | 7F | 42 | 3C |
| Octal | 125 | 334 | 144 | 75 | 0 | 67 | 16 | 177 | 102 | 74 |
| Binary | 1010101 | 11011100 | 1100100 | 111101 | 0 | 110111 | 1110 | 1111111 | 1000010 | 111100 |
Color Harmonies of #55DC64
Complementary color
Monochromatic Colors of #55DC64
Black with #55DC64
Text Example
Text Example
White with #55DC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DC64; }
p { color: rgb(85,220,100); }
H1.HeaderClassName
{
color: #55DC64;
}
.AnyTagClassName
{
color: #55DC64;
}
</style>
background-color css
<style>
a { background-color: #55DC64; }
a { background-color: rgb(85,220,100); }
div.DivClassName
{
background-color: #55DC64;
}
.BgClassName
{
background-color: #55DC64;
}
</style>
border-color css
<style>
span { border-color: #55DC64; }
span { border-color: rgb(85,220,100); }
td.TdClassName
{
border-color: #55DC64;
}
.TagClassName
{
border-color: #55DC64;
}
</style>