Shades of Emerald #51ED7D
Tints of Emerald #51ED7D
RGB
CMYK
RGB Variations
Color information
#51ED7D (or 0x51ED7D) is known color: Emerald. HEX triplet: 51, ED and 7D. RGB value is (81,237,125). Sum of RGB (Red+Green+Blue) = 81+237+125=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 237 (92.97% from 255 or 53.50% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 237 - color contains mainly: green. Hex color #51ED7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #51ED7D is #AE1282. Grayscale: #B1B1B1. Windows color (decimal): -11408003 or 8252753. OLE color: 8252753.
HSL color Cylindrical-coordinate representation of color #51ED7D: hue angle of 136.92º degrees, saturation: 0.81, 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 #51ED7D is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 237 | 125 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.07 |
| HSL | 136.92º | 0.81% | 0.62% | - |
| HSV(B) | 136.92º | 0.66% | 0.93% | - |
| XYZ | 37.38 | 63.8 | 29.75 | - |
| YUV | 177.59 | 98.32 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 237 | 125 | 0.66 | 0 | 0.47 | 0.07 | 136.92 | 0.81 | 0.62 |
| Hex | 51 | ED | 7D | 42 | 0 | 2F | 7 | 89 | 51 | 3E |
| Octal | 121 | 355 | 175 | 102 | 0 | 57 | 7 | 211 | 121 | 76 |
| Binary | 1010001 | 11101101 | 1111101 | 1000010 | 0 | 101111 | 111 | 10001001 | 1010001 | 111110 |
Color Harmonies of #51ED7D
Complementary color
Monochromatic Colors of #51ED7D
Black with #51ED7D
Text Example
Text Example
White with #51ED7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ED7D; }
p { color: rgb(81,237,125); }
H1.HeaderClassName
{
color: #51ED7D;
}
.AnyTagClassName
{
color: #51ED7D;
}
</style>
background-color css
<style>
a { background-color: #51ED7D; }
a { background-color: rgb(81,237,125); }
div.DivClassName
{
background-color: #51ED7D;
}
.BgClassName
{
background-color: #51ED7D;
}
</style>
border-color css
<style>
span { border-color: #51ED7D; }
span { border-color: rgb(81,237,125); }
td.TdClassName
{
border-color: #51ED7D;
}
.TagClassName
{
border-color: #51ED7D;
}
</style>