Shades of Emerald #51DB7A
Tints of Emerald #51DB7A
RGB
CMYK
RGB Variations
Color information
#51DB7A (or 0x51DB7A) is known color: Emerald. HEX triplet: 51, DB and 7A. RGB value is (81,219,122). Sum of RGB (Red+Green+Blue) = 81+219+122=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 219 (85.94% from 255 or 51.90% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 219 - color contains mainly: green. Hex color #51DB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51DB7A is #AE2485. Grayscale: #A6A6A6. Windows color (decimal): -11412614 or 8051537. OLE color: 8051537.
HSL color Cylindrical-coordinate representation of color #51DB7A: hue angle of 137.83º 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 #51DB7A is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 219 | 122 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.14 |
| HSL | 137.83º | 0.66% | 0.59% | - |
| HSV(B) | 137.83º | 0.63% | 0.86% | - |
| XYZ | 32.24 | 53.82 | 27.1 | - |
| YUV | 166.68 | 102.78 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 219 | 122 | 0.63 | 0 | 0.44 | 0.14 | 137.83 | 0.66 | 0.59 |
| Hex | 51 | DB | 7A | 3F | 0 | 2C | E | 8A | 42 | 3B |
| Octal | 121 | 333 | 172 | 77 | 0 | 54 | 16 | 212 | 102 | 73 |
| Binary | 1010001 | 11011011 | 1111010 | 111111 | 0 | 101100 | 1110 | 10001010 | 1000010 | 111011 |
Color Harmonies of #51DB7A
Complementary color
Monochromatic Colors of #51DB7A
Black with #51DB7A
Text Example
Text Example
White with #51DB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DB7A; }
p { color: rgb(81,219,122); }
H1.HeaderClassName
{
color: #51DB7A;
}
.AnyTagClassName
{
color: #51DB7A;
}
</style>
background-color css
<style>
a { background-color: #51DB7A; }
a { background-color: rgb(81,219,122); }
div.DivClassName
{
background-color: #51DB7A;
}
.BgClassName
{
background-color: #51DB7A;
}
</style>
border-color css
<style>
span { border-color: #51DB7A; }
span { border-color: rgb(81,219,122); }
td.TdClassName
{
border-color: #51DB7A;
}
.TagClassName
{
border-color: #51DB7A;
}
</style>