Shades of Emerald #51D988
Tints of Emerald #51D988
RGB
CMYK
RGB Variations
Color information
#51D988 (or 0x51D988) is known color: Emerald. HEX triplet: 51, D9 and 88. RGB value is (81,217,136). Sum of RGB (Red+Green+Blue) = 81+217+136=434 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.66% from 434); Green value is 217 (85.16% from 255 or 50% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 217 - color contains mainly: green. Hex color #51D988 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51D988 is #AE2677. Grayscale: #A7A7A7. Windows color (decimal): -11413112 or 8968529. OLE color: 8968529.
HSL color Cylindrical-coordinate representation of color #51D988: hue angle of 144.26º 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 #51D988 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 217 | 136 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.15 |
| HSL | 144.26º | 0.64% | 0.58% | - |
| HSV(B) | 144.26º | 0.63% | 0.85% | - |
| XYZ | 32.65 | 53.15 | 31.83 | - |
| YUV | 167.1 | 110.44 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 217 | 136 | 0.63 | 0 | 0.37 | 0.15 | 144.26 | 0.64 | 0.58 |
| Hex | 51 | D9 | 88 | 3F | 0 | 25 | F | 90 | 40 | 3A |
| Octal | 121 | 331 | 210 | 77 | 0 | 45 | 17 | 220 | 100 | 72 |
| Binary | 1010001 | 11011001 | 10001000 | 111111 | 0 | 100101 | 1111 | 10010000 | 1000000 | 111010 |
Color Harmonies of #51D988
Complementary color
Monochromatic Colors of #51D988
Black with #51D988
Text Example
Text Example
White with #51D988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D988; }
p { color: rgb(81,217,136); }
H1.HeaderClassName
{
color: #51D988;
}
.AnyTagClassName
{
color: #51D988;
}
</style>
background-color css
<style>
a { background-color: #51D988; }
a { background-color: rgb(81,217,136); }
div.DivClassName
{
background-color: #51D988;
}
.BgClassName
{
background-color: #51D988;
}
</style>
border-color css
<style>
span { border-color: #51D988; }
span { border-color: rgb(81,217,136); }
td.TdClassName
{
border-color: #51D988;
}
.TagClassName
{
border-color: #51D988;
}
</style>