Shades of Emerald #51C46D
Tints of Emerald #51C46D
RGB
CMYK
RGB Variations
Color information
#51C46D (or 0x51C46D) is known color: Emerald. HEX triplet: 51, C4 and 6D. RGB value is (81,196,109). Sum of RGB (Red+Green+Blue) = 81+196+109=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 196 (76.95% from 255 or 50.78% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 196 - color contains mainly: green. Hex color #51C46D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51C46D is #AE3B92. Grayscale: #979797. Windows color (decimal): -11418515 or 7193681. OLE color: 7193681.
HSL color Cylindrical-coordinate representation of color #51C46D: hue angle of 134.61º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51C46D is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 81 | 196 | 109 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.23 |
| HSL | 134.61º | 0.49% | 0.54% | - |
| HSV(B) | 134.61º | 0.59% | 0.77% | - |
| XYZ | 25.89 | 42.33 | 21.27 | - |
| YUV | 151.7 | 103.9 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 196 | 109 | 0.59 | 0 | 0.44 | 0.23 | 134.61 | 0.49 | 0.54 |
| Hex | 51 | C4 | 6D | 3B | 0 | 2C | 17 | 87 | 31 | 36 |
| Octal | 121 | 304 | 155 | 73 | 0 | 54 | 27 | 207 | 61 | 66 |
| Binary | 1010001 | 11000100 | 1101101 | 111011 | 0 | 101100 | 10111 | 10000111 | 110001 | 110110 |
Color Harmonies of #51C46D
Complementary color
Monochromatic Colors of #51C46D
Black with #51C46D
Text Example
Text Example
White with #51C46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C46D; }
p { color: rgb(81,196,109); }
H1.HeaderClassName
{
color: #51C46D;
}
.AnyTagClassName
{
color: #51C46D;
}
</style>
background-color css
<style>
a { background-color: #51C46D; }
a { background-color: rgb(81,196,109); }
div.DivClassName
{
background-color: #51C46D;
}
.BgClassName
{
background-color: #51C46D;
}
</style>
border-color css
<style>
span { border-color: #51C46D; }
span { border-color: rgb(81,196,109); }
td.TdClassName
{
border-color: #51C46D;
}
.TagClassName
{
border-color: #51C46D;
}
</style>