Shades of Emerald #51C572
Tints of Emerald #51C572
RGB
CMYK
RGB Variations
Color information
#51C572 (or 0x51C572) is known color: Emerald. HEX triplet: 51, C5 and 72. RGB value is (81,197,114). Sum of RGB (Red+Green+Blue) = 81+197+114=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #51C572 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51C572 is #AE3A8D. Grayscale: #999999. Windows color (decimal): -11418254 or 7521617. OLE color: 7521617.
HSL color Cylindrical-coordinate representation of color #51C572: hue angle of 137.07º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51C572 is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 81 | 197 | 114 | - |
| CMYK | 0.59 | 0 | 0.42 | 0.23 |
| HSL | 137.07º | 0.5% | 0.55% | - |
| HSV(B) | 137.07º | 0.59% | 0.77% | - |
| XYZ | 26.4 | 42.9 | 22.81 | - |
| YUV | 152.85 | 106.07 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 197 | 114 | 0.59 | 0 | 0.42 | 0.23 | 137.07 | 0.5 | 0.55 |
| Hex | 51 | C5 | 72 | 3B | 0 | 2A | 17 | 89 | 32 | 37 |
| Octal | 121 | 305 | 162 | 73 | 0 | 52 | 27 | 211 | 62 | 67 |
| Binary | 1010001 | 11000101 | 1110010 | 111011 | 0 | 101010 | 10111 | 10001001 | 110010 | 110111 |
Color Harmonies of #51C572
Complementary color
Monochromatic Colors of #51C572
Black with #51C572
Text Example
Text Example
White with #51C572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C572; }
p { color: rgb(81,197,114); }
H1.HeaderClassName
{
color: #51C572;
}
.AnyTagClassName
{
color: #51C572;
}
</style>
background-color css
<style>
a { background-color: #51C572; }
a { background-color: rgb(81,197,114); }
div.DivClassName
{
background-color: #51C572;
}
.BgClassName
{
background-color: #51C572;
}
</style>
border-color css
<style>
span { border-color: #51C572; }
span { border-color: rgb(81,197,114); }
td.TdClassName
{
border-color: #51C572;
}
.TagClassName
{
border-color: #51C572;
}
</style>