Shades of Emerald #51C078
Tints of Emerald #51C078
RGB
CMYK
RGB Variations
Color information
#51C078 (or 0x51C078) is known color: Emerald. HEX triplet: 51, C0 and 78. RGB value is (81,192,120). Sum of RGB (Red+Green+Blue) = 81+192+120=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #51C078 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51C078 is #AE3F87. Grayscale: #969696. Windows color (decimal): -11419528 or 7913553. OLE color: 7913553.
HSL color Cylindrical-coordinate representation of color #51C078: hue angle of 141.08º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51C078 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 192 | 120 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.25 |
| HSL | 141.08º | 0.47% | 0.54% | - |
| HSV(B) | 141.08º | 0.58% | 0.75% | - |
| XYZ | 25.63 | 40.8 | 24.29 | - |
| YUV | 150.6 | 110.73 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 192 | 120 | 0.58 | 0 | 0.38 | 0.25 | 141.08 | 0.47 | 0.54 |
| Hex | 51 | C0 | 78 | 3A | 0 | 26 | 19 | 8D | 2F | 36 |
| Octal | 121 | 300 | 170 | 72 | 0 | 46 | 31 | 215 | 57 | 66 |
| Binary | 1010001 | 11000000 | 1111000 | 111010 | 0 | 100110 | 11001 | 10001101 | 101111 | 110110 |
Color Harmonies of #51C078
Complementary color
Monochromatic Colors of #51C078
Black with #51C078
Text Example
Text Example
White with #51C078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C078; }
p { color: rgb(81,192,120); }
H1.HeaderClassName
{
color: #51C078;
}
.AnyTagClassName
{
color: #51C078;
}
</style>
background-color css
<style>
a { background-color: #51C078; }
a { background-color: rgb(81,192,120); }
div.DivClassName
{
background-color: #51C078;
}
.BgClassName
{
background-color: #51C078;
}
</style>
border-color css
<style>
span { border-color: #51C078; }
span { border-color: rgb(81,192,120); }
td.TdClassName
{
border-color: #51C078;
}
.TagClassName
{
border-color: #51C078;
}
</style>