Shades of Emerald #51BD7C
Tints of Emerald #51BD7C
RGB
CMYK
RGB Variations
Color information
#51BD7C (or 0x51BD7C) is known color: Emerald. HEX triplet: 51, BD and 7C. RGB value is (81,189,124). Sum of RGB (Red+Green+Blue) = 81+189+124=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #51BD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51BD7C is #AE4283. Grayscale: #959595. Windows color (decimal): -11420292 or 8174929. OLE color: 8174929.
HSL color Cylindrical-coordinate representation of color #51BD7C: hue angle of 143.89º 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 #51BD7C is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 189 | 124 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.26 |
| HSL | 143.89º | 0.45% | 0.53% | - |
| HSV(B) | 143.89º | 0.57% | 0.74% | - |
| XYZ | 25.23 | 39.6 | 25.38 | - |
| YUV | 149.3 | 113.72 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 189 | 124 | 0.57 | 0 | 0.34 | 0.26 | 143.89 | 0.45 | 0.53 |
| Hex | 51 | BD | 7C | 39 | 0 | 22 | 1A | 90 | 2D | 35 |
| Octal | 121 | 275 | 174 | 71 | 0 | 42 | 32 | 220 | 55 | 65 |
| Binary | 1010001 | 10111101 | 1111100 | 111001 | 0 | 100010 | 11010 | 10010000 | 101101 | 110101 |
Color Harmonies of #51BD7C
Complementary color
Monochromatic Colors of #51BD7C
Black with #51BD7C
Text Example
Text Example
White with #51BD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BD7C; }
p { color: rgb(81,189,124); }
H1.HeaderClassName
{
color: #51BD7C;
}
.AnyTagClassName
{
color: #51BD7C;
}
</style>
background-color css
<style>
a { background-color: #51BD7C; }
a { background-color: rgb(81,189,124); }
div.DivClassName
{
background-color: #51BD7C;
}
.BgClassName
{
background-color: #51BD7C;
}
</style>
border-color css
<style>
span { border-color: #51BD7C; }
span { border-color: rgb(81,189,124); }
td.TdClassName
{
border-color: #51BD7C;
}
.TagClassName
{
border-color: #51BD7C;
}
</style>