Shades of Emerald #51BA76
Tints of Emerald #51BA76
RGB
CMYK
RGB Variations
Color information
#51BA76 (or 0x51BA76) is known color: Emerald. HEX triplet: 51, BA and 76. RGB value is (81,186,118). Sum of RGB (Red+Green+Blue) = 81+186+118=385 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.04% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #51BA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51BA76 is #AE4589. Grayscale: #939393. Windows color (decimal): -11421066 or 7780945. OLE color: 7780945.
HSL color Cylindrical-coordinate representation of color #51BA76: hue angle of 141.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51BA76 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 186 | 118 | - |
| CMYK | 0.56 | 0 | 0.37 | 0.27 |
| HSL | 141.14º | 0.43% | 0.52% | - |
| HSV(B) | 141.14º | 0.56% | 0.73% | - |
| XYZ | 24.22 | 38.18 | 23.23 | - |
| YUV | 146.85 | 111.71 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 186 | 118 | 0.56 | 0 | 0.37 | 0.27 | 141.14 | 0.43 | 0.52 |
| Hex | 51 | BA | 76 | 38 | 0 | 25 | 1B | 8D | 2B | 34 |
| Octal | 121 | 272 | 166 | 70 | 0 | 45 | 33 | 215 | 53 | 64 |
| Binary | 1010001 | 10111010 | 1110110 | 111000 | 0 | 100101 | 11011 | 10001101 | 101011 | 110100 |
Color Harmonies of #51BA76
Complementary color
Monochromatic Colors of #51BA76
Black with #51BA76
Text Example
Text Example
White with #51BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BA76; }
p { color: rgb(81,186,118); }
H1.HeaderClassName
{
color: #51BA76;
}
.AnyTagClassName
{
color: #51BA76;
}
</style>
background-color css
<style>
a { background-color: #51BA76; }
a { background-color: rgb(81,186,118); }
div.DivClassName
{
background-color: #51BA76;
}
.BgClassName
{
background-color: #51BA76;
}
</style>
border-color css
<style>
span { border-color: #51BA76; }
span { border-color: rgb(81,186,118); }
td.TdClassName
{
border-color: #51BA76;
}
.TagClassName
{
border-color: #51BA76;
}
</style>