Shades of Emerald #51D385
Tints of Emerald #51D385
RGB
CMYK
RGB Variations
Color information
#51D385 (or 0x51D385) is known color: Emerald. HEX triplet: 51, D3 and 85. RGB value is (81,211,133). Sum of RGB (Red+Green+Blue) = 81+211+133=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 211 (82.81% from 255 or 49.65% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 211 - color contains mainly: green. Hex color #51D385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51D385 is #AE2C7A. Grayscale: #A3A3A3. Windows color (decimal): -11414651 or 8770385. OLE color: 8770385.
HSL color Cylindrical-coordinate representation of color #51D385: hue angle of 144º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51D385 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 81 | 211 | 133 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.17 |
| HSL | 144º | 0.6% | 0.57% | - |
| HSV(B) | 144º | 0.62% | 0.83% | - |
| XYZ | 30.92 | 50.03 | 30.22 | - |
| YUV | 163.24 | 110.93 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 211 | 133 | 0.62 | 0 | 0.37 | 0.17 | 144 | 0.6 | 0.57 |
| Hex | 51 | D3 | 85 | 3E | 0 | 25 | 11 | 90 | 3C | 39 |
| Octal | 121 | 323 | 205 | 76 | 0 | 45 | 21 | 220 | 74 | 71 |
| Binary | 1010001 | 11010011 | 10000101 | 111110 | 0 | 100101 | 10001 | 10010000 | 111100 | 111001 |
Color Harmonies of #51D385
Complementary color
Monochromatic Colors of #51D385
Black with #51D385
Text Example
Text Example
White with #51D385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D385; }
p { color: rgb(81,211,133); }
H1.HeaderClassName
{
color: #51D385;
}
.AnyTagClassName
{
color: #51D385;
}
</style>
background-color css
<style>
a { background-color: #51D385; }
a { background-color: rgb(81,211,133); }
div.DivClassName
{
background-color: #51D385;
}
.BgClassName
{
background-color: #51D385;
}
</style>
border-color css
<style>
span { border-color: #51D385; }
span { border-color: rgb(81,211,133); }
td.TdClassName
{
border-color: #51D385;
}
.TagClassName
{
border-color: #51D385;
}
</style>