Shades of Emerald #51BA80
Tints of Emerald #51BA80
RGB
CMYK
RGB Variations
Color information
#51BA80 (or 0x51BA80) is known color: Emerald. HEX triplet: 51, BA and 80. RGB value is (81,186,128). Sum of RGB (Red+Green+Blue) = 81+186+128=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #51BA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BA80 is #AE457F. Grayscale: #949494. Windows color (decimal): -11421056 or 8436305. OLE color: 8436305.
HSL color Cylindrical-coordinate representation of color #51BA80: hue angle of 146.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51BA80 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 186 | 128 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.27 |
| HSL | 146.86º | 0.43% | 0.52% | - |
| HSV(B) | 146.86º | 0.56% | 0.73% | - |
| XYZ | 24.85 | 38.43 | 26.53 | - |
| YUV | 147.99 | 116.71 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 186 | 128 | 0.56 | 0 | 0.31 | 0.27 | 146.86 | 0.43 | 0.52 |
| Hex | 51 | BA | 80 | 38 | 0 | 1F | 1B | 93 | 2B | 34 |
| Octal | 121 | 272 | 200 | 70 | 0 | 37 | 33 | 223 | 53 | 64 |
| Binary | 1010001 | 10111010 | 10000000 | 111000 | 0 | 11111 | 11011 | 10010011 | 101011 | 110100 |
Color Harmonies of #51BA80
Complementary color
Monochromatic Colors of #51BA80
Black with #51BA80
Text Example
Text Example
White with #51BA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BA80; }
p { color: rgb(81,186,128); }
H1.HeaderClassName
{
color: #51BA80;
}
.AnyTagClassName
{
color: #51BA80;
}
</style>
background-color css
<style>
a { background-color: #51BA80; }
a { background-color: rgb(81,186,128); }
div.DivClassName
{
background-color: #51BA80;
}
.BgClassName
{
background-color: #51BA80;
}
</style>
border-color css
<style>
span { border-color: #51BA80; }
span { border-color: rgb(81,186,128); }
td.TdClassName
{
border-color: #51BA80;
}
.TagClassName
{
border-color: #51BA80;
}
</style>