Shades of Emerald #55DA63
Tints of Emerald #55DA63
RGB
CMYK
RGB Variations
Color information
#55DA63 (or 0x55DA63) is known color: Emerald. HEX triplet: 55, DA and 63. RGB value is (85,218,99). Sum of RGB (Red+Green+Blue) = 85+218+99=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 218 (85.55% from 255 or 54.23% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DA63 is #AA259C. Grayscale: #A5A5A5. Windows color (decimal): -11150749 or 6543957. OLE color: 6543957.
HSL color Cylindrical-coordinate representation of color #55DA63: hue angle of 126.32º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DA63 is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 218 | 99 | - |
| CMYK | 0.61 | 0 | 0.55 | 0.15 |
| HSL | 126.32º | 0.64% | 0.59% | - |
| HSV(B) | 126.32º | 0.61% | 0.85% | - |
| XYZ | 31.07 | 52.97 | 20.39 | - |
| YUV | 164.67 | 90.94 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 99 | 0.61 | 0 | 0.55 | 0.15 | 126.32 | 0.64 | 0.59 |
| Hex | 55 | DA | 63 | 3D | 0 | 37 | F | 7E | 40 | 3B |
| Octal | 125 | 332 | 143 | 75 | 0 | 67 | 17 | 176 | 100 | 73 |
| Binary | 1010101 | 11011010 | 1100011 | 111101 | 0 | 110111 | 1111 | 1111110 | 1000000 | 111011 |
Color Harmonies of #55DA63
Complementary color
Monochromatic Colors of #55DA63
Black with #55DA63
Text Example
Text Example
White with #55DA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DA63; }
p { color: rgb(85,218,99); }
H1.HeaderClassName
{
color: #55DA63;
}
.AnyTagClassName
{
color: #55DA63;
}
</style>
background-color css
<style>
a { background-color: #55DA63; }
a { background-color: rgb(85,218,99); }
div.DivClassName
{
background-color: #55DA63;
}
.BgClassName
{
background-color: #55DA63;
}
</style>
border-color css
<style>
span { border-color: #55DA63; }
span { border-color: rgb(85,218,99); }
td.TdClassName
{
border-color: #55DA63;
}
.TagClassName
{
border-color: #55DA63;
}
</style>