Shades of Emerald #51D282
Tints of Emerald #51D282
RGB
CMYK
RGB Variations
Color information
#51D282 (or 0x51D282) is known color: Emerald. HEX triplet: 51, D2 and 82. RGB value is (81,210,130). Sum of RGB (Red+Green+Blue) = 81+210+130=421 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.24% from 421); Green value is 210 (82.42% from 255 or 49.88% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 210 - color contains mainly: green. Hex color #51D282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51D282 is #AE2D7D. Grayscale: #A2A2A2. Windows color (decimal): -11414910 or 8573521. OLE color: 8573521.
HSL color Cylindrical-coordinate representation of color #51D282: hue angle of 142.79º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51D282 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 210 | 130 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.18 |
| HSL | 142.79º | 0.59% | 0.57% | - |
| HSV(B) | 142.79º | 0.61% | 0.82% | - |
| XYZ | 30.47 | 49.45 | 29.06 | - |
| YUV | 162.31 | 109.76 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 210 | 130 | 0.61 | 0 | 0.38 | 0.18 | 142.79 | 0.59 | 0.57 |
| Hex | 51 | D2 | 82 | 3D | 0 | 26 | 12 | 8F | 3B | 39 |
| Octal | 121 | 322 | 202 | 75 | 0 | 46 | 22 | 217 | 73 | 71 |
| Binary | 1010001 | 11010010 | 10000010 | 111101 | 0 | 100110 | 10010 | 10001111 | 111011 | 111001 |
Color Harmonies of #51D282
Complementary color
Monochromatic Colors of #51D282
Black with #51D282
Text Example
Text Example
White with #51D282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D282; }
p { color: rgb(81,210,130); }
H1.HeaderClassName
{
color: #51D282;
}
.AnyTagClassName
{
color: #51D282;
}
</style>
background-color css
<style>
a { background-color: #51D282; }
a { background-color: rgb(81,210,130); }
div.DivClassName
{
background-color: #51D282;
}
.BgClassName
{
background-color: #51D282;
}
</style>
border-color css
<style>
span { border-color: #51D282; }
span { border-color: rgb(81,210,130); }
td.TdClassName
{
border-color: #51D282;
}
.TagClassName
{
border-color: #51D282;
}
</style>