Shades of Emerald #51BD7E
Tints of Emerald #51BD7E
RGB
CMYK
RGB Variations
Color information
#51BD7E (or 0x51BD7E) is known color: Emerald. HEX triplet: 51, BD and 7E. RGB value is (81,189,126). Sum of RGB (Red+Green+Blue) = 81+189+126=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 189 - color contains mainly: green. Hex color #51BD7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51BD7E is #AE4281. Grayscale: #959595. Windows color (decimal): -11420290 or 8306001. OLE color: 8306001.
HSL color Cylindrical-coordinate representation of color #51BD7E: hue angle of 145º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BD7E is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 189 | 126 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.26 |
| HSL | 145º | 0.45% | 0.53% | - |
| HSV(B) | 145º | 0.57% | 0.74% | - |
| XYZ | 25.36 | 39.65 | 26.06 | - |
| YUV | 149.53 | 114.72 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 189 | 126 | 0.57 | 0 | 0.33 | 0.26 | 145 | 0.45 | 0.53 |
| Hex | 51 | BD | 7E | 39 | 0 | 21 | 1A | 91 | 2D | 35 |
| Octal | 121 | 275 | 176 | 71 | 0 | 41 | 32 | 221 | 55 | 65 |
| Binary | 1010001 | 10111101 | 1111110 | 111001 | 0 | 100001 | 11010 | 10010001 | 101101 | 110101 |
Color Harmonies of #51BD7E
Complementary color
Monochromatic Colors of #51BD7E
Black with #51BD7E
Text Example
Text Example
White with #51BD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BD7E; }
p { color: rgb(81,189,126); }
H1.HeaderClassName
{
color: #51BD7E;
}
.AnyTagClassName
{
color: #51BD7E;
}
</style>
background-color css
<style>
a { background-color: #51BD7E; }
a { background-color: rgb(81,189,126); }
div.DivClassName
{
background-color: #51BD7E;
}
.BgClassName
{
background-color: #51BD7E;
}
</style>
border-color css
<style>
span { border-color: #51BD7E; }
span { border-color: rgb(81,189,126); }
td.TdClassName
{
border-color: #51BD7E;
}
.TagClassName
{
border-color: #51BD7E;
}
</style>