Shades of Emerald #55D784
Tints of Emerald #55D784
RGB
CMYK
RGB Variations
Color information
#55D784 (or 0x55D784) is known color: Emerald. HEX triplet: 55, D7 and 84. RGB value is (85,215,132). Sum of RGB (Red+Green+Blue) = 85+215+132=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #55D784 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D784 is #AA287B. Grayscale: #A6A6A6. Windows color (decimal): -11151484 or 8705877. OLE color: 8705877.
HSL color Cylindrical-coordinate representation of color #55D784: hue angle of 141.69º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D784 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 215 | 132 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.16 |
| HSL | 141.69º | 0.62% | 0.59% | - |
| HSV(B) | 141.69º | 0.6% | 0.84% | - |
| XYZ | 32.21 | 52.2 | 30.21 | - |
| YUV | 166.67 | 108.43 | 69.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 215 | 132 | 0.60 | 0 | 0.39 | 0.16 | 141.69 | 0.62 | 0.59 |
| Hex | 55 | D7 | 84 | 3C | 0 | 27 | 10 | 8E | 3E | 3B |
| Octal | 125 | 327 | 204 | 74 | 0 | 47 | 20 | 216 | 76 | 73 |
| Binary | 1010101 | 11010111 | 10000100 | 111100 | 0 | 100111 | 10000 | 10001110 | 111110 | 111011 |
Color Harmonies of #55D784
Complementary color
Monochromatic Colors of #55D784
Black with #55D784
Text Example
Text Example
White with #55D784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D784; }
p { color: rgb(85,215,132); }
H1.HeaderClassName
{
color: #55D784;
}
.AnyTagClassName
{
color: #55D784;
}
</style>
background-color css
<style>
a { background-color: #55D784; }
a { background-color: rgb(85,215,132); }
div.DivClassName
{
background-color: #55D784;
}
.BgClassName
{
background-color: #55D784;
}
</style>
border-color css
<style>
span { border-color: #55D784; }
span { border-color: rgb(85,215,132); }
td.TdClassName
{
border-color: #55D784;
}
.TagClassName
{
border-color: #55D784;
}
</style>