Shades of Emerald #51EC7D
Tints of Emerald #51EC7D
RGB
CMYK
RGB Variations
Color information
#51EC7D (or 0x51EC7D) is known color: Emerald. HEX triplet: 51, EC and 7D. RGB value is (81,236,125). Sum of RGB (Red+Green+Blue) = 81+236+125=442 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.33% from 442); Green value is 236 (92.58% from 255 or 53.39% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 236 - color contains mainly: green. Hex color #51EC7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #51EC7D is #AE1382. Grayscale: #B1B1B1. Windows color (decimal): -11408259 or 8252497. OLE color: 8252497.
HSL color Cylindrical-coordinate representation of color #51EC7D: hue angle of 137.03º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51EC7D is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 236 | 125 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.07 |
| HSL | 137.03º | 0.8% | 0.62% | - |
| HSV(B) | 137.03º | 0.66% | 0.93% | - |
| XYZ | 37.09 | 63.22 | 29.65 | - |
| YUV | 177 | 98.65 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 236 | 125 | 0.66 | 0 | 0.47 | 0.07 | 137.03 | 0.8 | 0.62 |
| Hex | 51 | EC | 7D | 42 | 0 | 2F | 7 | 89 | 50 | 3E |
| Octal | 121 | 354 | 175 | 102 | 0 | 57 | 7 | 211 | 120 | 76 |
| Binary | 1010001 | 11101100 | 1111101 | 1000010 | 0 | 101111 | 111 | 10001001 | 1010000 | 111110 |
Color Harmonies of #51EC7D
Complementary color
Monochromatic Colors of #51EC7D
Black with #51EC7D
Text Example
Text Example
White with #51EC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EC7D; }
p { color: rgb(81,236,125); }
H1.HeaderClassName
{
color: #51EC7D;
}
.AnyTagClassName
{
color: #51EC7D;
}
</style>
background-color css
<style>
a { background-color: #51EC7D; }
a { background-color: rgb(81,236,125); }
div.DivClassName
{
background-color: #51EC7D;
}
.BgClassName
{
background-color: #51EC7D;
}
</style>
border-color css
<style>
span { border-color: #51EC7D; }
span { border-color: rgb(81,236,125); }
td.TdClassName
{
border-color: #51EC7D;
}
.TagClassName
{
border-color: #51EC7D;
}
</style>