Shades of Emerald #51C872
Tints of Emerald #51C872
RGB
CMYK
RGB Variations
Color information
#51C872 (or 0x51C872) is known color: Emerald. HEX triplet: 51, C8 and 72. RGB value is (81,200,114). Sum of RGB (Red+Green+Blue) = 81+200+114=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 200 (78.52% from 255 or 50.63% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 200 - color contains mainly: green. Hex color #51C872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51C872 is #AE378D. Grayscale: #9A9A9A. Windows color (decimal): -11417486 or 7522385. OLE color: 7522385.
HSL color Cylindrical-coordinate representation of color #51C872: hue angle of 136.64º 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 #51C872 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 200 | 114 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.22 |
| HSL | 136.64º | 0.52% | 0.55% | - |
| HSV(B) | 136.64º | 0.6% | 0.78% | - |
| XYZ | 27.08 | 44.27 | 23.04 | - |
| YUV | 154.62 | 105.08 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 200 | 114 | 0.59 | 0 | 0.43 | 0.22 | 136.64 | 0.52 | 0.55 |
| Hex | 51 | C8 | 72 | 3B | 0 | 2B | 16 | 89 | 34 | 37 |
| Octal | 121 | 310 | 162 | 73 | 0 | 53 | 26 | 211 | 64 | 67 |
| Binary | 1010001 | 11001000 | 1110010 | 111011 | 0 | 101011 | 10110 | 10001001 | 110100 | 110111 |
Color Harmonies of #51C872
Complementary color
Monochromatic Colors of #51C872
Black with #51C872
Text Example
Text Example
White with #51C872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C872; }
p { color: rgb(81,200,114); }
H1.HeaderClassName
{
color: #51C872;
}
.AnyTagClassName
{
color: #51C872;
}
</style>
background-color css
<style>
a { background-color: #51C872; }
a { background-color: rgb(81,200,114); }
div.DivClassName
{
background-color: #51C872;
}
.BgClassName
{
background-color: #51C872;
}
</style>
border-color css
<style>
span { border-color: #51C872; }
span { border-color: rgb(81,200,114); }
td.TdClassName
{
border-color: #51C872;
}
.TagClassName
{
border-color: #51C872;
}
</style>