Shades of Emerald #55DA77
Tints of Emerald #55DA77
RGB
CMYK
RGB Variations
Color information
#55DA77 (or 0x55DA77) is known color: Emerald. HEX triplet: 55, DA and 77. RGB value is (85,218,119). Sum of RGB (Red+Green+Blue) = 85+218+119=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 218 (85.55% from 255 or 51.66% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DA77 is #AA2588. Grayscale: #A7A7A7. Windows color (decimal): -11150729 or 7854677. OLE color: 7854677.
HSL color Cylindrical-coordinate representation of color #55DA77: hue angle of 135.34º 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 #55DA77 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 218 | 119 | - |
| CMYK | 0.61 | 0 | 0.45 | 0.15 |
| HSL | 135.34º | 0.64% | 0.59% | - |
| HSV(B) | 135.34º | 0.61% | 0.85% | - |
| XYZ | 32.15 | 53.41 | 26.07 | - |
| YUV | 166.95 | 100.94 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 119 | 0.61 | 0 | 0.45 | 0.15 | 135.34 | 0.64 | 0.59 |
| Hex | 55 | DA | 77 | 3D | 0 | 2D | F | 87 | 40 | 3B |
| Octal | 125 | 332 | 167 | 75 | 0 | 55 | 17 | 207 | 100 | 73 |
| Binary | 1010101 | 11011010 | 1110111 | 111101 | 0 | 101101 | 1111 | 10000111 | 1000000 | 111011 |
Color Harmonies of #55DA77
Complementary color
Monochromatic Colors of #55DA77
Black with #55DA77
Text Example
Text Example
White with #55DA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DA77; }
p { color: rgb(85,218,119); }
H1.HeaderClassName
{
color: #55DA77;
}
.AnyTagClassName
{
color: #55DA77;
}
</style>
background-color css
<style>
a { background-color: #55DA77; }
a { background-color: rgb(85,218,119); }
div.DivClassName
{
background-color: #55DA77;
}
.BgClassName
{
background-color: #55DA77;
}
</style>
border-color css
<style>
span { border-color: #55DA77; }
span { border-color: rgb(85,218,119); }
td.TdClassName
{
border-color: #55DA77;
}
.TagClassName
{
border-color: #55DA77;
}
</style>