Shades of Emerald #51B976
Tints of Emerald #51B976
RGB
CMYK
RGB Variations
Color information
#51B976 (or 0x51B976) is known color: Emerald. HEX triplet: 51, B9 and 76. RGB value is (81,185,118). Sum of RGB (Red+Green+Blue) = 81+185+118=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #51B976 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51B976 is #AE4689. Grayscale: #929292. Windows color (decimal): -11421322 or 7780689. OLE color: 7780689.
HSL color Cylindrical-coordinate representation of color #51B976: hue angle of 141.35º 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 #51B976 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 185 | 118 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.27 |
| HSL | 141.35º | 0.43% | 0.52% | - |
| HSV(B) | 141.35º | 0.56% | 0.73% | - |
| XYZ | 24.01 | 37.76 | 23.16 | - |
| YUV | 146.27 | 112.04 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 185 | 118 | 0.56 | 0 | 0.36 | 0.27 | 141.35 | 0.43 | 0.52 |
| Hex | 51 | B9 | 76 | 38 | 0 | 24 | 1B | 8D | 2B | 34 |
| Octal | 121 | 271 | 166 | 70 | 0 | 44 | 33 | 215 | 53 | 64 |
| Binary | 1010001 | 10111001 | 1110110 | 111000 | 0 | 100100 | 11011 | 10001101 | 101011 | 110100 |
Color Harmonies of #51B976
Complementary color
Monochromatic Colors of #51B976
Black with #51B976
Text Example
Text Example
White with #51B976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B976; }
p { color: rgb(81,185,118); }
H1.HeaderClassName
{
color: #51B976;
}
.AnyTagClassName
{
color: #51B976;
}
</style>
background-color css
<style>
a { background-color: #51B976; }
a { background-color: rgb(81,185,118); }
div.DivClassName
{
background-color: #51B976;
}
.BgClassName
{
background-color: #51B976;
}
</style>
border-color css
<style>
span { border-color: #51B976; }
span { border-color: rgb(81,185,118); }
td.TdClassName
{
border-color: #51B976;
}
.TagClassName
{
border-color: #51B976;
}
</style>