Shades of Emerald #55DA74
Tints of Emerald #55DA74
RGB
CMYK
RGB Variations
Color information
#55DA74 (or 0x55DA74) is known color: Emerald. HEX triplet: 55, DA and 74. RGB value is (85,218,116). Sum of RGB (Red+Green+Blue) = 85+218+116=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 218 (85.55% from 255 or 52.03% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DA74 is #AA258B. Grayscale: #A6A6A6. Windows color (decimal): -11150732 or 7658069. OLE color: 7658069.
HSL color Cylindrical-coordinate representation of color #55DA74: hue angle of 133.98º 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 #55DA74 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 218 | 116 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.15 |
| HSL | 133.99º | 0.64% | 0.59% | - |
| HSV(B) | 133.99º | 0.61% | 0.85% | - |
| XYZ | 31.97 | 53.34 | 25.13 | - |
| YUV | 166.61 | 99.44 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 116 | 0.61 | 0 | 0.47 | 0.15 | 133.99 | 0.64 | 0.59 |
| Hex | 55 | DA | 74 | 3D | 0 | 2F | F | 86 | 40 | 3B |
| Octal | 125 | 332 | 164 | 75 | 0 | 57 | 17 | 206 | 100 | 73 |
| Binary | 1010101 | 11011010 | 1110100 | 111101 | 0 | 101111 | 1111 | 10000110 | 1000000 | 111011 |
Color Harmonies of #55DA74
Complementary color
Monochromatic Colors of #55DA74
Black with #55DA74
Text Example
Text Example
White with #55DA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DA74; }
p { color: rgb(85,218,116); }
H1.HeaderClassName
{
color: #55DA74;
}
.AnyTagClassName
{
color: #55DA74;
}
</style>
background-color css
<style>
a { background-color: #55DA74; }
a { background-color: rgb(85,218,116); }
div.DivClassName
{
background-color: #55DA74;
}
.BgClassName
{
background-color: #55DA74;
}
</style>
border-color css
<style>
span { border-color: #55DA74; }
span { border-color: rgb(85,218,116); }
td.TdClassName
{
border-color: #55DA74;
}
.TagClassName
{
border-color: #55DA74;
}
</style>