Shades of Emerald #51E785
Tints of Emerald #51E785
RGB
CMYK
RGB Variations
Color information
#51E785 (or 0x51E785) is known color: Emerald. HEX triplet: 51, E7 and 85. RGB value is (81,231,133). Sum of RGB (Red+Green+Blue) = 81+231+133=445 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.20% from 445); Green value is 231 (90.62% from 255 or 51.91% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 231 - color contains mainly: green. Hex color #51E785 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #51E785 is #AE187A. Grayscale: #AFAFAF. Windows color (decimal): -11409531 or 8775505. OLE color: 8775505.
HSL color Cylindrical-coordinate representation of color #51E785: hue angle of 140.8º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51E785 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 231 | 133 | - |
| CMYK | 0.65 | 0 | 0.42 | 0.09 |
| HSL | 140.8º | 0.76% | 0.61% | - |
| HSV(B) | 140.8º | 0.65% | 0.91% | - |
| XYZ | 36.2 | 60.59 | 31.98 | - |
| YUV | 174.98 | 104.31 | 60.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 231 | 133 | 0.65 | 0 | 0.42 | 0.09 | 140.8 | 0.76 | 0.61 |
| Hex | 51 | E7 | 85 | 41 | 0 | 2A | 9 | 8D | 4C | 3D |
| Octal | 121 | 347 | 205 | 101 | 0 | 52 | 11 | 215 | 114 | 75 |
| Binary | 1010001 | 11100111 | 10000101 | 1000001 | 0 | 101010 | 1001 | 10001101 | 1001100 | 111101 |
Color Harmonies of #51E785
Complementary color
Monochromatic Colors of #51E785
Black with #51E785
Text Example
Text Example
White with #51E785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E785; }
p { color: rgb(81,231,133); }
H1.HeaderClassName
{
color: #51E785;
}
.AnyTagClassName
{
color: #51E785;
}
</style>
background-color css
<style>
a { background-color: #51E785; }
a { background-color: rgb(81,231,133); }
div.DivClassName
{
background-color: #51E785;
}
.BgClassName
{
background-color: #51E785;
}
</style>
border-color css
<style>
span { border-color: #51E785; }
span { border-color: rgb(81,231,133); }
td.TdClassName
{
border-color: #51E785;
}
.TagClassName
{
border-color: #51E785;
}
</style>