Shades of Emerald #51DD73
Tints of Emerald #51DD73
RGB
CMYK
RGB Variations
Color information
#51DD73 (or 0x51DD73) is known color: Emerald. HEX triplet: 51, DD and 73. RGB value is (81,221,115). Sum of RGB (Red+Green+Blue) = 81+221+115=417 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.42% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #51DD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51DD73 is #AE228C. Grayscale: #A7A7A7. Windows color (decimal): -11412109 or 7593297. OLE color: 7593297.
HSL color Cylindrical-coordinate representation of color #51DD73: hue angle of 134.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51DD73 is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 221 | 115 | - |
| CMYK | 0.63 | 0 | 0.48 | 0.13 |
| HSL | 134.57º | 0.67% | 0.59% | - |
| HSV(B) | 134.57º | 0.63% | 0.87% | - |
| XYZ | 32.34 | 54.7 | 25.07 | - |
| YUV | 167.06 | 98.62 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 221 | 115 | 0.63 | 0 | 0.48 | 0.13 | 134.57 | 0.67 | 0.59 |
| Hex | 51 | DD | 73 | 3F | 0 | 30 | D | 87 | 43 | 3B |
| Octal | 121 | 335 | 163 | 77 | 0 | 60 | 15 | 207 | 103 | 73 |
| Binary | 1010001 | 11011101 | 1110011 | 111111 | 0 | 110000 | 1101 | 10000111 | 1000011 | 111011 |
Color Harmonies of #51DD73
Complementary color
Monochromatic Colors of #51DD73
Black with #51DD73
Text Example
Text Example
White with #51DD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DD73; }
p { color: rgb(81,221,115); }
H1.HeaderClassName
{
color: #51DD73;
}
.AnyTagClassName
{
color: #51DD73;
}
</style>
background-color css
<style>
a { background-color: #51DD73; }
a { background-color: rgb(81,221,115); }
div.DivClassName
{
background-color: #51DD73;
}
.BgClassName
{
background-color: #51DD73;
}
</style>
border-color css
<style>
span { border-color: #51DD73; }
span { border-color: rgb(81,221,115); }
td.TdClassName
{
border-color: #51DD73;
}
.TagClassName
{
border-color: #51DD73;
}
</style>