Shades of Emerald #51C56A
Tints of Emerald #51C56A
RGB
CMYK
RGB Variations
Color information
#51C56A (or 0x51C56A) is known color: Emerald. HEX triplet: 51, C5 and 6A. RGB value is (81,197,106). Sum of RGB (Red+Green+Blue) = 81+197+106=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #51C56A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51C56A is #AE3A95. Grayscale: #989898. Windows color (decimal): -11418262 or 6997329. OLE color: 6997329.
HSL color Cylindrical-coordinate representation of color #51C56A: hue angle of 132.93º 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 #51C56A is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 81 | 197 | 106 | - |
| CMYK | 0.59 | 0 | 0.46 | 0.23 |
| HSL | 132.93º | 0.5% | 0.55% | - |
| HSV(B) | 132.93º | 0.59% | 0.77% | - |
| XYZ | 25.96 | 42.72 | 20.51 | - |
| YUV | 151.94 | 102.07 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 197 | 106 | 0.59 | 0 | 0.46 | 0.23 | 132.93 | 0.5 | 0.55 |
| Hex | 51 | C5 | 6A | 3B | 0 | 2E | 17 | 85 | 32 | 37 |
| Octal | 121 | 305 | 152 | 73 | 0 | 56 | 27 | 205 | 62 | 67 |
| Binary | 1010001 | 11000101 | 1101010 | 111011 | 0 | 101110 | 10111 | 10000101 | 110010 | 110111 |
Color Harmonies of #51C56A
Complementary color
Monochromatic Colors of #51C56A
Black with #51C56A
Text Example
Text Example
White with #51C56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C56A; }
p { color: rgb(81,197,106); }
H1.HeaderClassName
{
color: #51C56A;
}
.AnyTagClassName
{
color: #51C56A;
}
</style>
background-color css
<style>
a { background-color: #51C56A; }
a { background-color: rgb(81,197,106); }
div.DivClassName
{
background-color: #51C56A;
}
.BgClassName
{
background-color: #51C56A;
}
</style>
border-color css
<style>
span { border-color: #51C56A; }
span { border-color: rgb(81,197,106); }
td.TdClassName
{
border-color: #51C56A;
}
.TagClassName
{
border-color: #51C56A;
}
</style>