Shades of Emerald #51DF76
Tints of Emerald #51DF76
RGB
CMYK
RGB Variations
Color information
#51DF76 (or 0x51DF76) is known color: Emerald. HEX triplet: 51, DF and 76. RGB value is (81,223,118). Sum of RGB (Red+Green+Blue) = 81+223+118=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 223 (87.5% from 255 or 52.84% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 223 - color contains mainly: green. Hex color #51DF76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51DF76 is #AE2089. Grayscale: #A8A8A8. Windows color (decimal): -11411594 or 7790417. OLE color: 7790417.
HSL color Cylindrical-coordinate representation of color #51DF76: hue angle of 135.63º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51DF76 is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 223 | 118 | - |
| CMYK | 0.64 | 0 | 0.47 | 0.13 |
| HSL | 135.63º | 0.69% | 0.6% | - |
| HSV(B) | 135.63º | 0.64% | 0.87% | - |
| XYZ | 33.05 | 55.83 | 26.17 | - |
| YUV | 168.57 | 99.46 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 223 | 118 | 0.64 | 0 | 0.47 | 0.13 | 135.63 | 0.69 | 0.6 |
| Hex | 51 | DF | 76 | 40 | 0 | 2F | D | 88 | 45 | 3C |
| Octal | 121 | 337 | 166 | 100 | 0 | 57 | 15 | 210 | 105 | 74 |
| Binary | 1010001 | 11011111 | 1110110 | 1000000 | 0 | 101111 | 1101 | 10001000 | 1000101 | 111100 |
Color Harmonies of #51DF76
Complementary color
Monochromatic Colors of #51DF76
Black with #51DF76
Text Example
Text Example
White with #51DF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DF76; }
p { color: rgb(81,223,118); }
H1.HeaderClassName
{
color: #51DF76;
}
.AnyTagClassName
{
color: #51DF76;
}
</style>
background-color css
<style>
a { background-color: #51DF76; }
a { background-color: rgb(81,223,118); }
div.DivClassName
{
background-color: #51DF76;
}
.BgClassName
{
background-color: #51DF76;
}
</style>
border-color css
<style>
span { border-color: #51DF76; }
span { border-color: rgb(81,223,118); }
td.TdClassName
{
border-color: #51DF76;
}
.TagClassName
{
border-color: #51DF76;
}
</style>