Shades of Emerald #51C581
Tints of Emerald #51C581
RGB
CMYK
RGB Variations
Color information
#51C581 (or 0x51C581) is known color: Emerald. HEX triplet: 51, C5 and 81. RGB value is (81,197,129). Sum of RGB (Red+Green+Blue) = 81+197+129=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 197 - color contains mainly: green. Hex color #51C581 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C581 is #AE3A7E. Grayscale: #9A9A9A. Windows color (decimal): -11418239 or 8504657. OLE color: 8504657.
HSL color Cylindrical-coordinate representation of color #51C581: hue angle of 144.83º 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 #51C581 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 81 | 197 | 129 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.23 |
| HSL | 144.83º | 0.5% | 0.55% | - |
| HSV(B) | 144.83º | 0.59% | 0.77% | - |
| XYZ | 27.32 | 43.27 | 27.68 | - |
| YUV | 154.56 | 113.57 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 197 | 129 | 0.59 | 0 | 0.35 | 0.23 | 144.83 | 0.5 | 0.55 |
| Hex | 51 | C5 | 81 | 3B | 0 | 23 | 17 | 91 | 32 | 37 |
| Octal | 121 | 305 | 201 | 73 | 0 | 43 | 27 | 221 | 62 | 67 |
| Binary | 1010001 | 11000101 | 10000001 | 111011 | 0 | 100011 | 10111 | 10010001 | 110010 | 110111 |
Color Harmonies of #51C581
Complementary color
Monochromatic Colors of #51C581
Black with #51C581
Text Example
Text Example
White with #51C581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C581; }
p { color: rgb(81,197,129); }
H1.HeaderClassName
{
color: #51C581;
}
.AnyTagClassName
{
color: #51C581;
}
</style>
background-color css
<style>
a { background-color: #51C581; }
a { background-color: rgb(81,197,129); }
div.DivClassName
{
background-color: #51C581;
}
.BgClassName
{
background-color: #51C581;
}
</style>
border-color css
<style>
span { border-color: #51C581; }
span { border-color: rgb(81,197,129); }
td.TdClassName
{
border-color: #51C581;
}
.TagClassName
{
border-color: #51C581;
}
</style>