Shades of Emerald #51DB60
Tints of Emerald #51DB60
RGB
CMYK
RGB Variations
Color information
#51DB60 (or 0x51DB60) is known color: Emerald. HEX triplet: 51, DB and 60. RGB value is (81,219,96). Sum of RGB (Red+Green+Blue) = 81+219+96=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 219 (85.94% from 255 or 55.30% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 219 - color contains mainly: green. Hex color #51DB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51DB60 is #AE249F. Grayscale: #A4A4A4. Windows color (decimal): -11412640 or 6347601. OLE color: 6347601.
HSL color Cylindrical-coordinate representation of color #51DB60: hue angle of 126.52º 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 #51DB60 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 219 | 96 | - |
| CMYK | 0.63 | 0 | 0.56 | 0.14 |
| HSL | 126.52º | 0.66% | 0.59% | - |
| HSV(B) | 126.52º | 0.63% | 0.86% | - |
| XYZ | 30.84 | 53.26 | 19.72 | - |
| YUV | 163.72 | 89.78 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 219 | 96 | 0.63 | 0 | 0.56 | 0.14 | 126.52 | 0.66 | 0.59 |
| Hex | 51 | DB | 60 | 3F | 0 | 38 | E | 7F | 42 | 3B |
| Octal | 121 | 333 | 140 | 77 | 0 | 70 | 16 | 177 | 102 | 73 |
| Binary | 1010001 | 11011011 | 1100000 | 111111 | 0 | 111000 | 1110 | 1111111 | 1000010 | 111011 |
Color Harmonies of #51DB60
Complementary color
Monochromatic Colors of #51DB60
Black with #51DB60
Text Example
Text Example
White with #51DB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DB60; }
p { color: rgb(81,219,96); }
H1.HeaderClassName
{
color: #51DB60;
}
.AnyTagClassName
{
color: #51DB60;
}
</style>
background-color css
<style>
a { background-color: #51DB60; }
a { background-color: rgb(81,219,96); }
div.DivClassName
{
background-color: #51DB60;
}
.BgClassName
{
background-color: #51DB60;
}
</style>
border-color css
<style>
span { border-color: #51DB60; }
span { border-color: rgb(81,219,96); }
td.TdClassName
{
border-color: #51DB60;
}
.TagClassName
{
border-color: #51DB60;
}
</style>