Shades of Emerald #51D96B
Tints of Emerald #51D96B
RGB
CMYK
RGB Variations
Color information
#51D96B (or 0x51D96B) is known color: Emerald. HEX triplet: 51, D9 and 6B. RGB value is (81,217,107). Sum of RGB (Red+Green+Blue) = 81+217+107=405 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20% from 405); Green value is 217 (85.16% from 255 or 53.58% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 217 - color contains mainly: green. Hex color #51D96B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51D96B is #AE2694. Grayscale: #A4A4A4. Windows color (decimal): -11413141 or 7067985. OLE color: 7067985.
HSL color Cylindrical-coordinate representation of color #51D96B: hue angle of 131.47º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51D96B is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 217 | 107 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.15 |
| HSL | 131.47º | 0.64% | 0.58% | - |
| HSV(B) | 131.47º | 0.63% | 0.85% | - |
| XYZ | 30.86 | 52.44 | 22.4 | - |
| YUV | 163.8 | 95.94 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 217 | 107 | 0.63 | 0 | 0.51 | 0.15 | 131.47 | 0.64 | 0.58 |
| Hex | 51 | D9 | 6B | 3F | 0 | 33 | F | 83 | 40 | 3A |
| Octal | 121 | 331 | 153 | 77 | 0 | 63 | 17 | 203 | 100 | 72 |
| Binary | 1010001 | 11011001 | 1101011 | 111111 | 0 | 110011 | 1111 | 10000011 | 1000000 | 111010 |
Color Harmonies of #51D96B
Complementary color
Monochromatic Colors of #51D96B
Black with #51D96B
Text Example
Text Example
White with #51D96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D96B; }
p { color: rgb(81,217,107); }
H1.HeaderClassName
{
color: #51D96B;
}
.AnyTagClassName
{
color: #51D96B;
}
</style>
background-color css
<style>
a { background-color: #51D96B; }
a { background-color: rgb(81,217,107); }
div.DivClassName
{
background-color: #51D96B;
}
.BgClassName
{
background-color: #51D96B;
}
</style>
border-color css
<style>
span { border-color: #51D96B; }
span { border-color: rgb(81,217,107); }
td.TdClassName
{
border-color: #51D96B;
}
.TagClassName
{
border-color: #51D96B;
}
</style>