Shades of Emerald #51D46B
Tints of Emerald #51D46B
RGB
CMYK
RGB Variations
Color information
#51D46B (or 0x51D46B) is known color: Emerald. HEX triplet: 51, D4 and 6B. RGB value is (81,212,107). Sum of RGB (Red+Green+Blue) = 81+212+107=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 212 (83.20% from 255 or 53% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 212 - color contains mainly: green. Hex color #51D46B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51D46B is #AE2B94. Grayscale: #A1A1A1. Windows color (decimal): -11414421 or 7066705. OLE color: 7066705.
HSL color Cylindrical-coordinate representation of color #51D46B: hue angle of 131.91º 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 #51D46B is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 81 | 212 | 107 | - |
| CMYK | 0.62 | 0 | 0.50 | 0.17 |
| HSL | 131.91º | 0.6% | 0.57% | - |
| HSV(B) | 131.91º | 0.62% | 0.83% | - |
| XYZ | 29.59 | 49.9 | 21.98 | - |
| YUV | 160.86 | 97.6 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 212 | 107 | 0.62 | 0 | 0.50 | 0.17 | 131.91 | 0.6 | 0.57 |
| Hex | 51 | D4 | 6B | 3E | 0 | 32 | 11 | 84 | 3C | 39 |
| Octal | 121 | 324 | 153 | 76 | 0 | 62 | 21 | 204 | 74 | 71 |
| Binary | 1010001 | 11010100 | 1101011 | 111110 | 0 | 110010 | 10001 | 10000100 | 111100 | 111001 |
Color Harmonies of #51D46B
Complementary color
Monochromatic Colors of #51D46B
Black with #51D46B
Text Example
Text Example
White with #51D46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D46B; }
p { color: rgb(81,212,107); }
H1.HeaderClassName
{
color: #51D46B;
}
.AnyTagClassName
{
color: #51D46B;
}
</style>
background-color css
<style>
a { background-color: #51D46B; }
a { background-color: rgb(81,212,107); }
div.DivClassName
{
background-color: #51D46B;
}
.BgClassName
{
background-color: #51D46B;
}
</style>
border-color css
<style>
span { border-color: #51D46B; }
span { border-color: rgb(81,212,107); }
td.TdClassName
{
border-color: #51D46B;
}
.TagClassName
{
border-color: #51D46B;
}
</style>