Shades of Emerald #51DC7E
Tints of Emerald #51DC7E
RGB
CMYK
RGB Variations
Color information
#51DC7E (or 0x51DC7E) is known color: Emerald. HEX triplet: 51, DC and 7E. RGB value is (81,220,126). Sum of RGB (Red+Green+Blue) = 81+220+126=427 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.97% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #51DC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51DC7E is #AE2381. Grayscale: #A7A7A7. Windows color (decimal): -11412354 or 8313937. OLE color: 8313937.
HSL color Cylindrical-coordinate representation of color #51DC7E: hue angle of 139.42º 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 #51DC7E is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 220 | 126 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.14 |
| HSL | 139.42º | 0.67% | 0.59% | - |
| HSV(B) | 139.42º | 0.63% | 0.86% | - |
| XYZ | 32.75 | 54.44 | 28.52 | - |
| YUV | 167.72 | 104.45 | 66.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 220 | 126 | 0.63 | 0 | 0.43 | 0.14 | 139.42 | 0.67 | 0.59 |
| Hex | 51 | DC | 7E | 3F | 0 | 2B | E | 8B | 43 | 3B |
| Octal | 121 | 334 | 176 | 77 | 0 | 53 | 16 | 213 | 103 | 73 |
| Binary | 1010001 | 11011100 | 1111110 | 111111 | 0 | 101011 | 1110 | 10001011 | 1000011 | 111011 |
Color Harmonies of #51DC7E
Complementary color
Monochromatic Colors of #51DC7E
Black with #51DC7E
Text Example
Text Example
White with #51DC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DC7E; }
p { color: rgb(81,220,126); }
H1.HeaderClassName
{
color: #51DC7E;
}
.AnyTagClassName
{
color: #51DC7E;
}
</style>
background-color css
<style>
a { background-color: #51DC7E; }
a { background-color: rgb(81,220,126); }
div.DivClassName
{
background-color: #51DC7E;
}
.BgClassName
{
background-color: #51DC7E;
}
</style>
border-color css
<style>
span { border-color: #51DC7E; }
span { border-color: rgb(81,220,126); }
td.TdClassName
{
border-color: #51DC7E;
}
.TagClassName
{
border-color: #51DC7E;
}
</style>