Shades of Emerald #51BA7D
Tints of Emerald #51BA7D
RGB
CMYK
RGB Variations
Color information
#51BA7D (or 0x51BA7D) is known color: Emerald. HEX triplet: 51, BA and 7D. RGB value is (81,186,125). Sum of RGB (Red+Green+Blue) = 81+186+125=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #51BA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51BA7D is #AE4582. Grayscale: #939393. Windows color (decimal): -11421059 or 8239697. OLE color: 8239697.
HSL color Cylindrical-coordinate representation of color #51BA7D: hue angle of 145.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51BA7D is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 186 | 125 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.27 |
| HSL | 145.14º | 0.43% | 0.52% | - |
| HSV(B) | 145.14º | 0.56% | 0.73% | - |
| XYZ | 24.65 | 38.35 | 25.5 | - |
| YUV | 147.65 | 115.21 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 186 | 125 | 0.56 | 0 | 0.33 | 0.27 | 145.14 | 0.43 | 0.52 |
| Hex | 51 | BA | 7D | 38 | 0 | 21 | 1B | 91 | 2B | 34 |
| Octal | 121 | 272 | 175 | 70 | 0 | 41 | 33 | 221 | 53 | 64 |
| Binary | 1010001 | 10111010 | 1111101 | 111000 | 0 | 100001 | 11011 | 10010001 | 101011 | 110100 |
Color Harmonies of #51BA7D
Complementary color
Monochromatic Colors of #51BA7D
Black with #51BA7D
Text Example
Text Example
White with #51BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BA7D; }
p { color: rgb(81,186,125); }
H1.HeaderClassName
{
color: #51BA7D;
}
.AnyTagClassName
{
color: #51BA7D;
}
</style>
background-color css
<style>
a { background-color: #51BA7D; }
a { background-color: rgb(81,186,125); }
div.DivClassName
{
background-color: #51BA7D;
}
.BgClassName
{
background-color: #51BA7D;
}
</style>
border-color css
<style>
span { border-color: #51BA7D; }
span { border-color: rgb(81,186,125); }
td.TdClassName
{
border-color: #51BA7D;
}
.TagClassName
{
border-color: #51BA7D;
}
</style>