Shades of Emerald #51DA68
Tints of Emerald #51DA68
RGB
CMYK
RGB Variations
Color information
#51DA68 (or 0x51DA68) is known color: Emerald. HEX triplet: 51, DA and 68. RGB value is (81,218,104). Sum of RGB (Red+Green+Blue) = 81+218+104=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 218 (85.55% from 255 or 54.09% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 218 - color contains mainly: green. Hex color #51DA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51DA68 is #AE2597. Grayscale: #A4A4A4. Windows color (decimal): -11412888 or 6871633. OLE color: 6871633.
HSL color Cylindrical-coordinate representation of color #51DA68: hue angle of 130.07º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51DA68 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 218 | 104 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.15 |
| HSL | 130.07º | 0.65% | 0.59% | - |
| HSV(B) | 130.07º | 0.63% | 0.85% | - |
| XYZ | 30.96 | 52.89 | 21.67 | - |
| YUV | 164.04 | 94.11 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 218 | 104 | 0.63 | 0 | 0.52 | 0.15 | 130.07 | 0.65 | 0.59 |
| Hex | 51 | DA | 68 | 3F | 0 | 34 | F | 82 | 41 | 3B |
| Octal | 121 | 332 | 150 | 77 | 0 | 64 | 17 | 202 | 101 | 73 |
| Binary | 1010001 | 11011010 | 1101000 | 111111 | 0 | 110100 | 1111 | 10000010 | 1000001 | 111011 |
Color Harmonies of #51DA68
Complementary color
Monochromatic Colors of #51DA68
Black with #51DA68
Text Example
Text Example
White with #51DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DA68; }
p { color: rgb(81,218,104); }
H1.HeaderClassName
{
color: #51DA68;
}
.AnyTagClassName
{
color: #51DA68;
}
</style>
background-color css
<style>
a { background-color: #51DA68; }
a { background-color: rgb(81,218,104); }
div.DivClassName
{
background-color: #51DA68;
}
.BgClassName
{
background-color: #51DA68;
}
</style>
border-color css
<style>
span { border-color: #51DA68; }
span { border-color: rgb(81,218,104); }
td.TdClassName
{
border-color: #51DA68;
}
.TagClassName
{
border-color: #51DA68;
}
</style>