Shades of Emerald #51C786
Tints of Emerald #51C786
RGB
CMYK
RGB Variations
Color information
#51C786 (or 0x51C786) is known color: Emerald. HEX triplet: 51, C7 and 86. RGB value is (81,199,134). Sum of RGB (Red+Green+Blue) = 81+199+134=414 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.57% from 414); Green value is 199 (78.12% from 255 or 48.07% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 199 - color contains mainly: green. Hex color #51C786 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C786 is #AE3879. Grayscale: #9C9C9C. Windows color (decimal): -11417722 or 8832849. OLE color: 8832849.
HSL color Cylindrical-coordinate representation of color #51C786: hue angle of 146.95º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51C786 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 199 | 134 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.22 |
| HSL | 146.95º | 0.51% | 0.55% | - |
| HSV(B) | 146.95º | 0.59% | 0.78% | - |
| XYZ | 28.12 | 44.32 | 29.63 | - |
| YUV | 156.31 | 115.41 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 199 | 134 | 0.59 | 0 | 0.33 | 0.22 | 146.95 | 0.51 | 0.55 |
| Hex | 51 | C7 | 86 | 3B | 0 | 21 | 16 | 93 | 33 | 37 |
| Octal | 121 | 307 | 206 | 73 | 0 | 41 | 26 | 223 | 63 | 67 |
| Binary | 1010001 | 11000111 | 10000110 | 111011 | 0 | 100001 | 10110 | 10010011 | 110011 | 110111 |
Color Harmonies of #51C786
Complementary color
Monochromatic Colors of #51C786
Black with #51C786
Text Example
Text Example
White with #51C786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C786; }
p { color: rgb(81,199,134); }
H1.HeaderClassName
{
color: #51C786;
}
.AnyTagClassName
{
color: #51C786;
}
</style>
background-color css
<style>
a { background-color: #51C786; }
a { background-color: rgb(81,199,134); }
div.DivClassName
{
background-color: #51C786;
}
.BgClassName
{
background-color: #51C786;
}
</style>
border-color css
<style>
span { border-color: #51C786; }
span { border-color: rgb(81,199,134); }
td.TdClassName
{
border-color: #51C786;
}
.TagClassName
{
border-color: #51C786;
}
</style>