Shades of Emerald #55DA7A
Tints of Emerald #55DA7A
RGB
CMYK
RGB Variations
Color information
#55DA7A (or 0x55DA7A) is known color: Emerald. HEX triplet: 55, DA and 7A. RGB value is (85,218,122). Sum of RGB (Red+Green+Blue) = 85+218+122=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 218 (85.55% from 255 or 51.29% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DA7A is #AA2585. Grayscale: #A7A7A7. Windows color (decimal): -11150726 or 8051285. OLE color: 8051285.
HSL color Cylindrical-coordinate representation of color #55DA7A: hue angle of 136.69º 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 #55DA7A is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 218 | 122 | - |
| CMYK | 0.61 | 0 | 0.44 | 0.15 |
| HSL | 136.69º | 0.64% | 0.59% | - |
| HSV(B) | 136.69º | 0.61% | 0.85% | - |
| XYZ | 32.33 | 53.48 | 27.03 | - |
| YUV | 167.29 | 102.44 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 122 | 0.61 | 0 | 0.44 | 0.15 | 136.69 | 0.64 | 0.59 |
| Hex | 55 | DA | 7A | 3D | 0 | 2C | F | 89 | 40 | 3B |
| Octal | 125 | 332 | 172 | 75 | 0 | 54 | 17 | 211 | 100 | 73 |
| Binary | 1010101 | 11011010 | 1111010 | 111101 | 0 | 101100 | 1111 | 10001001 | 1000000 | 111011 |
Color Harmonies of #55DA7A
Complementary color
Monochromatic Colors of #55DA7A
Black with #55DA7A
Text Example
Text Example
White with #55DA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DA7A; }
p { color: rgb(85,218,122); }
H1.HeaderClassName
{
color: #55DA7A;
}
.AnyTagClassName
{
color: #55DA7A;
}
</style>
background-color css
<style>
a { background-color: #55DA7A; }
a { background-color: rgb(85,218,122); }
div.DivClassName
{
background-color: #55DA7A;
}
.BgClassName
{
background-color: #55DA7A;
}
</style>
border-color css
<style>
span { border-color: #55DA7A; }
span { border-color: rgb(85,218,122); }
td.TdClassName
{
border-color: #55DA7A;
}
.TagClassName
{
border-color: #55DA7A;
}
</style>