Shades of Emerald #51DB65
Tints of Emerald #51DB65
RGB
CMYK
RGB Variations
Color information
#51DB65 (or 0x51DB65) is known color: Emerald. HEX triplet: 51, DB and 65. RGB value is (81,219,101). Sum of RGB (Red+Green+Blue) = 81+219+101=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 219 (85.94% from 255 or 54.61% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 219 - color contains mainly: green. Hex color #51DB65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51DB65 is #AE249A. Grayscale: #A4A4A4. Windows color (decimal): -11412635 or 6675281. OLE color: 6675281.
HSL color Cylindrical-coordinate representation of color #51DB65: hue angle of 128.7º 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 #51DB65 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 219 | 101 | - |
| CMYK | 0.63 | 0 | 0.54 | 0.14 |
| HSL | 128.7º | 0.66% | 0.59% | - |
| HSV(B) | 128.7º | 0.63% | 0.86% | - |
| XYZ | 31.07 | 53.35 | 20.97 | - |
| YUV | 164.29 | 92.28 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 219 | 101 | 0.63 | 0 | 0.54 | 0.14 | 128.7 | 0.66 | 0.59 |
| Hex | 51 | DB | 65 | 3F | 0 | 36 | E | 81 | 42 | 3B |
| Octal | 121 | 333 | 145 | 77 | 0 | 66 | 16 | 201 | 102 | 73 |
| Binary | 1010001 | 11011011 | 1100101 | 111111 | 0 | 110110 | 1110 | 10000001 | 1000010 | 111011 |
Color Harmonies of #51DB65
Complementary color
Monochromatic Colors of #51DB65
Black with #51DB65
Text Example
Text Example
White with #51DB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DB65; }
p { color: rgb(81,219,101); }
H1.HeaderClassName
{
color: #51DB65;
}
.AnyTagClassName
{
color: #51DB65;
}
</style>
background-color css
<style>
a { background-color: #51DB65; }
a { background-color: rgb(81,219,101); }
div.DivClassName
{
background-color: #51DB65;
}
.BgClassName
{
background-color: #51DB65;
}
</style>
border-color css
<style>
span { border-color: #51DB65; }
span { border-color: rgb(81,219,101); }
td.TdClassName
{
border-color: #51DB65;
}
.TagClassName
{
border-color: #51DB65;
}
</style>