Shades of Emerald #51C871
Tints of Emerald #51C871
RGB
CMYK
RGB Variations
Color information
#51C871 (or 0x51C871) is known color: Emerald. HEX triplet: 51, C8 and 71. RGB value is (81,200,113). Sum of RGB (Red+Green+Blue) = 81+200+113=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 200 (78.52% from 255 or 50.76% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 200 - color contains mainly: green. Hex color #51C871 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51C871 is #AE378E. Grayscale: #9A9A9A. Windows color (decimal): -11417487 or 7456849. OLE color: 7456849.
HSL color Cylindrical-coordinate representation of color #51C871: hue angle of 136.13º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51C871 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 200 | 113 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.22 |
| HSL | 136.13º | 0.52% | 0.55% | - |
| HSV(B) | 136.13º | 0.6% | 0.78% | - |
| XYZ | 27.03 | 44.25 | 22.74 | - |
| YUV | 154.5 | 104.58 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 200 | 113 | 0.59 | 0 | 0.44 | 0.22 | 136.13 | 0.52 | 0.55 |
| Hex | 51 | C8 | 71 | 3B | 0 | 2C | 16 | 88 | 34 | 37 |
| Octal | 121 | 310 | 161 | 73 | 0 | 54 | 26 | 210 | 64 | 67 |
| Binary | 1010001 | 11001000 | 1110001 | 111011 | 0 | 101100 | 10110 | 10001000 | 110100 | 110111 |
Color Harmonies of #51C871
Complementary color
Monochromatic Colors of #51C871
Black with #51C871
Text Example
Text Example
White with #51C871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C871; }
p { color: rgb(81,200,113); }
H1.HeaderClassName
{
color: #51C871;
}
.AnyTagClassName
{
color: #51C871;
}
</style>
background-color css
<style>
a { background-color: #51C871; }
a { background-color: rgb(81,200,113); }
div.DivClassName
{
background-color: #51C871;
}
.BgClassName
{
background-color: #51C871;
}
</style>
border-color css
<style>
span { border-color: #51C871; }
span { border-color: rgb(81,200,113); }
td.TdClassName
{
border-color: #51C871;
}
.TagClassName
{
border-color: #51C871;
}
</style>