Shades of Emerald #55DA7E
Tints of Emerald #55DA7E
RGB
CMYK
RGB Variations
Color information
#55DA7E (or 0x55DA7E) is known color: Emerald. HEX triplet: 55, DA and 7E. RGB value is (85,218,126). Sum of RGB (Red+Green+Blue) = 85+218+126=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 218 (85.55% from 255 or 50.82% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DA7E is #AA2581. Grayscale: #A7A7A7. Windows color (decimal): -11150722 or 8313429. OLE color: 8313429.
HSL color Cylindrical-coordinate representation of color #55DA7E: hue angle of 138.5º 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 #55DA7E is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 218 | 126 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.15 |
| HSL | 138.5º | 0.64% | 0.59% | - |
| HSV(B) | 138.5º | 0.61% | 0.85% | - |
| XYZ | 32.58 | 53.58 | 28.36 | - |
| YUV | 167.75 | 104.44 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 126 | 0.61 | 0 | 0.42 | 0.15 | 138.5 | 0.64 | 0.59 |
| Hex | 55 | DA | 7E | 3D | 0 | 2A | F | 8A | 40 | 3B |
| Octal | 125 | 332 | 176 | 75 | 0 | 52 | 17 | 212 | 100 | 73 |
| Binary | 1010101 | 11011010 | 1111110 | 111101 | 0 | 101010 | 1111 | 10001010 | 1000000 | 111011 |
Color Harmonies of #55DA7E
Complementary color
Monochromatic Colors of #55DA7E
Black with #55DA7E
Text Example
Text Example
White with #55DA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DA7E; }
p { color: rgb(85,218,126); }
H1.HeaderClassName
{
color: #55DA7E;
}
.AnyTagClassName
{
color: #55DA7E;
}
</style>
background-color css
<style>
a { background-color: #55DA7E; }
a { background-color: rgb(85,218,126); }
div.DivClassName
{
background-color: #55DA7E;
}
.BgClassName
{
background-color: #55DA7E;
}
</style>
border-color css
<style>
span { border-color: #55DA7E; }
span { border-color: rgb(85,218,126); }
td.TdClassName
{
border-color: #55DA7E;
}
.TagClassName
{
border-color: #55DA7E;
}
</style>