Shades of Emerald #51D372
Tints of Emerald #51D372
RGB
CMYK
RGB Variations
Color information
#51D372 (or 0x51D372) is known color: Emerald. HEX triplet: 51, D3 and 72. RGB value is (81,211,114). Sum of RGB (Red+Green+Blue) = 81+211+114=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 211 (82.81% from 255 or 51.97% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 211 - color contains mainly: green. Hex color #51D372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51D372 is #AE2C8D. Grayscale: #A1A1A1. Windows color (decimal): -11414670 or 7525201. OLE color: 7525201.
HSL color Cylindrical-coordinate representation of color #51D372: hue angle of 135.23º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51D372 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 81 | 211 | 114 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.17 |
| HSL | 135.23º | 0.6% | 0.57% | - |
| HSV(B) | 135.23º | 0.62% | 0.83% | - |
| XYZ | 29.72 | 49.55 | 23.92 | - |
| YUV | 161.07 | 101.43 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 211 | 114 | 0.62 | 0 | 0.46 | 0.17 | 135.23 | 0.6 | 0.57 |
| Hex | 51 | D3 | 72 | 3E | 0 | 2E | 11 | 87 | 3C | 39 |
| Octal | 121 | 323 | 162 | 76 | 0 | 56 | 21 | 207 | 74 | 71 |
| Binary | 1010001 | 11010011 | 1110010 | 111110 | 0 | 101110 | 10001 | 10000111 | 111100 | 111001 |
Color Harmonies of #51D372
Complementary color
Monochromatic Colors of #51D372
Black with #51D372
Text Example
Text Example
White with #51D372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D372; }
p { color: rgb(81,211,114); }
H1.HeaderClassName
{
color: #51D372;
}
.AnyTagClassName
{
color: #51D372;
}
</style>
background-color css
<style>
a { background-color: #51D372; }
a { background-color: rgb(81,211,114); }
div.DivClassName
{
background-color: #51D372;
}
.BgClassName
{
background-color: #51D372;
}
</style>
border-color css
<style>
span { border-color: #51D372; }
span { border-color: rgb(81,211,114); }
td.TdClassName
{
border-color: #51D372;
}
.TagClassName
{
border-color: #51D372;
}
</style>