Shades of Emerald #51D46C
Tints of Emerald #51D46C
RGB
CMYK
RGB Variations
Color information
#51D46C (or 0x51D46C) is known color: Emerald. HEX triplet: 51, D4 and 6C. RGB value is (81,212,108). Sum of RGB (Red+Green+Blue) = 81+212+108=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 212 (83.20% from 255 or 52.87% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 212 - color contains mainly: green. Hex color #51D46C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51D46C is #AE2B93. Grayscale: #A1A1A1. Windows color (decimal): -11414420 or 7132241. OLE color: 7132241.
HSL color Cylindrical-coordinate representation of color #51D46C: hue angle of 132.37º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51D46C is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 81 | 212 | 108 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.17 |
| HSL | 132.37º | 0.6% | 0.57% | - |
| HSV(B) | 132.37º | 0.62% | 0.83% | - |
| XYZ | 29.64 | 49.92 | 22.26 | - |
| YUV | 160.98 | 98.1 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 212 | 108 | 0.62 | 0 | 0.49 | 0.17 | 132.37 | 0.6 | 0.57 |
| Hex | 51 | D4 | 6C | 3E | 0 | 31 | 11 | 84 | 3C | 39 |
| Octal | 121 | 324 | 154 | 76 | 0 | 61 | 21 | 204 | 74 | 71 |
| Binary | 1010001 | 11010100 | 1101100 | 111110 | 0 | 110001 | 10001 | 10000100 | 111100 | 111001 |
Color Harmonies of #51D46C
Complementary color
Monochromatic Colors of #51D46C
Black with #51D46C
Text Example
Text Example
White with #51D46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D46C; }
p { color: rgb(81,212,108); }
H1.HeaderClassName
{
color: #51D46C;
}
.AnyTagClassName
{
color: #51D46C;
}
</style>
background-color css
<style>
a { background-color: #51D46C; }
a { background-color: rgb(81,212,108); }
div.DivClassName
{
background-color: #51D46C;
}
.BgClassName
{
background-color: #51D46C;
}
</style>
border-color css
<style>
span { border-color: #51D46C; }
span { border-color: rgb(81,212,108); }
td.TdClassName
{
border-color: #51D46C;
}
.TagClassName
{
border-color: #51D46C;
}
</style>