Shades of Emerald #51D963
Tints of Emerald #51D963
RGB
CMYK
RGB Variations
Color information
#51D963 (or 0x51D963) is known color: Emerald. HEX triplet: 51, D9 and 63. RGB value is (81,217,99). Sum of RGB (Red+Green+Blue) = 81+217+99=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 217 (85.16% from 255 or 54.66% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 217 - color contains mainly: green. Hex color #51D963 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51D963 is #AE269C. Grayscale: #A3A3A3. Windows color (decimal): -11413149 or 6543697. OLE color: 6543697.
HSL color Cylindrical-coordinate representation of color #51D963: hue angle of 127.94º 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 #51D963 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 217 | 99 | - |
| CMYK | 0.63 | 0 | 0.54 | 0.15 |
| HSL | 127.94º | 0.64% | 0.58% | - |
| HSV(B) | 127.94º | 0.63% | 0.85% | - |
| XYZ | 30.46 | 52.28 | 20.29 | - |
| YUV | 162.88 | 91.94 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 217 | 99 | 0.63 | 0 | 0.54 | 0.15 | 127.94 | 0.64 | 0.58 |
| Hex | 51 | D9 | 63 | 3F | 0 | 36 | F | 80 | 40 | 3A |
| Octal | 121 | 331 | 143 | 77 | 0 | 66 | 17 | 200 | 100 | 72 |
| Binary | 1010001 | 11011001 | 1100011 | 111111 | 0 | 110110 | 1111 | 10000000 | 1000000 | 111010 |
Color Harmonies of #51D963
Complementary color
Monochromatic Colors of #51D963
Black with #51D963
Text Example
Text Example
White with #51D963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D963; }
p { color: rgb(81,217,99); }
H1.HeaderClassName
{
color: #51D963;
}
.AnyTagClassName
{
color: #51D963;
}
</style>
background-color css
<style>
a { background-color: #51D963; }
a { background-color: rgb(81,217,99); }
div.DivClassName
{
background-color: #51D963;
}
.BgClassName
{
background-color: #51D963;
}
</style>
border-color css
<style>
span { border-color: #51D963; }
span { border-color: rgb(81,217,99); }
td.TdClassName
{
border-color: #51D963;
}
.TagClassName
{
border-color: #51D963;
}
</style>