Shades of Emerald #55DF73
Tints of Emerald #55DF73
RGB
CMYK
RGB Variations
Color information
#55DF73 (or 0x55DF73) is known color: Emerald. HEX triplet: 55, DF and 73. RGB value is (85,223,115). Sum of RGB (Red+Green+Blue) = 85+223+115=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DF73 is #AA208C. Grayscale: #A9A9A9. Windows color (decimal): -11149453 or 7593813. OLE color: 7593813.
HSL color Cylindrical-coordinate representation of color #55DF73: hue angle of 133.04º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DF73 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 115 | - |
| CMYK | 0.62 | 0 | 0.48 | 0.13 |
| HSL | 133.04º | 0.68% | 0.6% | - |
| HSV(B) | 133.04º | 0.62% | 0.87% | - |
| XYZ | 33.23 | 55.94 | 25.27 | - |
| YUV | 169.43 | 97.28 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 115 | 0.62 | 0 | 0.48 | 0.13 | 133.04 | 0.68 | 0.6 |
| Hex | 55 | DF | 73 | 3E | 0 | 30 | D | 85 | 44 | 3C |
| Octal | 125 | 337 | 163 | 76 | 0 | 60 | 15 | 205 | 104 | 74 |
| Binary | 1010101 | 11011111 | 1110011 | 111110 | 0 | 110000 | 1101 | 10000101 | 1000100 | 111100 |
Color Harmonies of #55DF73
Complementary color
Monochromatic Colors of #55DF73
Black with #55DF73
Text Example
Text Example
White with #55DF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DF73; }
p { color: rgb(85,223,115); }
H1.HeaderClassName
{
color: #55DF73;
}
.AnyTagClassName
{
color: #55DF73;
}
</style>
background-color css
<style>
a { background-color: #55DF73; }
a { background-color: rgb(85,223,115); }
div.DivClassName
{
background-color: #55DF73;
}
.BgClassName
{
background-color: #55DF73;
}
</style>
border-color css
<style>
span { border-color: #55DF73; }
span { border-color: rgb(85,223,115); }
td.TdClassName
{
border-color: #55DF73;
}
.TagClassName
{
border-color: #55DF73;
}
</style>