Shades of Emerald #51DB7B
Tints of Emerald #51DB7B
RGB
CMYK
RGB Variations
Color information
#51DB7B (or 0x51DB7B) is known color: Emerald. HEX triplet: 51, DB and 7B. RGB value is (81,219,123). Sum of RGB (Red+Green+Blue) = 81+219+123=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 219 (85.94% from 255 or 51.77% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 219 - color contains mainly: green. Hex color #51DB7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51DB7B is #AE2484. Grayscale: #A7A7A7. Windows color (decimal): -11412613 or 8117073. OLE color: 8117073.
HSL color Cylindrical-coordinate representation of color #51DB7B: hue angle of 138.26º 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 #51DB7B is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 219 | 123 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.14 |
| HSL | 138.26º | 0.66% | 0.59% | - |
| HSV(B) | 138.26º | 0.63% | 0.86% | - |
| XYZ | 32.3 | 53.84 | 27.43 | - |
| YUV | 166.79 | 103.28 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 219 | 123 | 0.63 | 0 | 0.44 | 0.14 | 138.26 | 0.66 | 0.59 |
| Hex | 51 | DB | 7B | 3F | 0 | 2C | E | 8A | 42 | 3B |
| Octal | 121 | 333 | 173 | 77 | 0 | 54 | 16 | 212 | 102 | 73 |
| Binary | 1010001 | 11011011 | 1111011 | 111111 | 0 | 101100 | 1110 | 10001010 | 1000010 | 111011 |
Color Harmonies of #51DB7B
Complementary color
Monochromatic Colors of #51DB7B
Black with #51DB7B
Text Example
Text Example
White with #51DB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DB7B; }
p { color: rgb(81,219,123); }
H1.HeaderClassName
{
color: #51DB7B;
}
.AnyTagClassName
{
color: #51DB7B;
}
</style>
background-color css
<style>
a { background-color: #51DB7B; }
a { background-color: rgb(81,219,123); }
div.DivClassName
{
background-color: #51DB7B;
}
.BgClassName
{
background-color: #51DB7B;
}
</style>
border-color css
<style>
span { border-color: #51DB7B; }
span { border-color: rgb(81,219,123); }
td.TdClassName
{
border-color: #51DB7B;
}
.TagClassName
{
border-color: #51DB7B;
}
</style>