Shades of Emerald #51DC7D
Tints of Emerald #51DC7D
RGB
CMYK
RGB Variations
Color information
#51DC7D (or 0x51DC7D) is known color: Emerald. HEX triplet: 51, DC and 7D. RGB value is (81,220,125). Sum of RGB (Red+Green+Blue) = 81+220+125=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #51DC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51DC7D is #AE2382. Grayscale: #A7A7A7. Windows color (decimal): -11412355 or 8248401. OLE color: 8248401.
HSL color Cylindrical-coordinate representation of color #51DC7D: hue angle of 138.99º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51DC7D is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 220 | 125 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.14 |
| HSL | 138.99º | 0.67% | 0.59% | - |
| HSV(B) | 138.99º | 0.63% | 0.86% | - |
| XYZ | 32.69 | 54.42 | 28.18 | - |
| YUV | 167.61 | 103.95 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 220 | 125 | 0.63 | 0 | 0.43 | 0.14 | 138.99 | 0.67 | 0.59 |
| Hex | 51 | DC | 7D | 3F | 0 | 2B | E | 8B | 43 | 3B |
| Octal | 121 | 334 | 175 | 77 | 0 | 53 | 16 | 213 | 103 | 73 |
| Binary | 1010001 | 11011100 | 1111101 | 111111 | 0 | 101011 | 1110 | 10001011 | 1000011 | 111011 |
Color Harmonies of #51DC7D
Complementary color
Monochromatic Colors of #51DC7D
Black with #51DC7D
Text Example
Text Example
White with #51DC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DC7D; }
p { color: rgb(81,220,125); }
H1.HeaderClassName
{
color: #51DC7D;
}
.AnyTagClassName
{
color: #51DC7D;
}
</style>
background-color css
<style>
a { background-color: #51DC7D; }
a { background-color: rgb(81,220,125); }
div.DivClassName
{
background-color: #51DC7D;
}
.BgClassName
{
background-color: #51DC7D;
}
</style>
border-color css
<style>
span { border-color: #51DC7D; }
span { border-color: rgb(81,220,125); }
td.TdClassName
{
border-color: #51DC7D;
}
.TagClassName
{
border-color: #51DC7D;
}
</style>