Shades of Emerald #51C987
Tints of Emerald #51C987
RGB
CMYK
RGB Variations
Color information
#51C987 (or 0x51C987) is known color: Emerald. HEX triplet: 51, C9 and 87. RGB value is (81,201,135). Sum of RGB (Red+Green+Blue) = 81+201+135=417 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.42% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #51C987 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C987 is #AE3678. Grayscale: #9D9D9D. Windows color (decimal): -11417209 or 8898897. OLE color: 8898897.
HSL color Cylindrical-coordinate representation of color #51C987: hue angle of 147º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51C987 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 201 | 135 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.21 |
| HSL | 147º | 0.53% | 0.55% | - |
| HSV(B) | 147º | 0.6% | 0.79% | - |
| XYZ | 28.65 | 45.27 | 30.15 | - |
| YUV | 157.6 | 115.24 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 201 | 135 | 0.60 | 0 | 0.33 | 0.21 | 147 | 0.53 | 0.55 |
| Hex | 51 | C9 | 87 | 3C | 0 | 21 | 15 | 93 | 35 | 37 |
| Octal | 121 | 311 | 207 | 74 | 0 | 41 | 25 | 223 | 65 | 67 |
| Binary | 1010001 | 11001001 | 10000111 | 111100 | 0 | 100001 | 10101 | 10010011 | 110101 | 110111 |
Color Harmonies of #51C987
Complementary color
Monochromatic Colors of #51C987
Black with #51C987
Text Example
Text Example
White with #51C987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C987; }
p { color: rgb(81,201,135); }
H1.HeaderClassName
{
color: #51C987;
}
.AnyTagClassName
{
color: #51C987;
}
</style>
background-color css
<style>
a { background-color: #51C987; }
a { background-color: rgb(81,201,135); }
div.DivClassName
{
background-color: #51C987;
}
.BgClassName
{
background-color: #51C987;
}
</style>
border-color css
<style>
span { border-color: #51C987; }
span { border-color: rgb(81,201,135); }
td.TdClassName
{
border-color: #51C987;
}
.TagClassName
{
border-color: #51C987;
}
</style>