Shades of Emerald #51DB76
Tints of Emerald #51DB76
RGB
CMYK
RGB Variations
Color information
#51DB76 (or 0x51DB76) is known color: Emerald. HEX triplet: 51, DB and 76. RGB value is (81,219,118). Sum of RGB (Red+Green+Blue) = 81+219+118=418 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.38% from 418); Green value is 219 (85.94% from 255 or 52.39% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 219 - color contains mainly: green. Hex color #51DB76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51DB76 is #AE2489. Grayscale: #A6A6A6. Windows color (decimal): -11412618 or 7789393. OLE color: 7789393.
HSL color Cylindrical-coordinate representation of color #51DB76: hue angle of 136.09º degrees, saturation: 0.66, 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 #51DB76 is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 219 | 118 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.14 |
| HSL | 136.09º | 0.66% | 0.59% | - |
| HSV(B) | 136.09º | 0.63% | 0.86% | - |
| XYZ | 31.99 | 53.72 | 25.82 | - |
| YUV | 166.22 | 100.78 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 219 | 118 | 0.63 | 0 | 0.46 | 0.14 | 136.09 | 0.66 | 0.59 |
| Hex | 51 | DB | 76 | 3F | 0 | 2E | E | 88 | 42 | 3B |
| Octal | 121 | 333 | 166 | 77 | 0 | 56 | 16 | 210 | 102 | 73 |
| Binary | 1010001 | 11011011 | 1110110 | 111111 | 0 | 101110 | 1110 | 10001000 | 1000010 | 111011 |
Color Harmonies of #51DB76
Complementary color
Monochromatic Colors of #51DB76
Black with #51DB76
Text Example
Text Example
White with #51DB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DB76; }
p { color: rgb(81,219,118); }
H1.HeaderClassName
{
color: #51DB76;
}
.AnyTagClassName
{
color: #51DB76;
}
</style>
background-color css
<style>
a { background-color: #51DB76; }
a { background-color: rgb(81,219,118); }
div.DivClassName
{
background-color: #51DB76;
}
.BgClassName
{
background-color: #51DB76;
}
</style>
border-color css
<style>
span { border-color: #51DB76; }
span { border-color: rgb(81,219,118); }
td.TdClassName
{
border-color: #51DB76;
}
.TagClassName
{
border-color: #51DB76;
}
</style>