Shades of Emerald #51DD68
Tints of Emerald #51DD68
RGB
CMYK
RGB Variations
Color information
#51DD68 (or 0x51DD68) is known color: Emerald. HEX triplet: 51, DD and 68. RGB value is (81,221,104). Sum of RGB (Red+Green+Blue) = 81+221+104=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 221 (86.72% from 255 or 54.43% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 221 - color contains mainly: green. Hex color #51DD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51DD68 is #AE2297. Grayscale: #A6A6A6. Windows color (decimal): -11412120 or 6872401. OLE color: 6872401.
HSL color Cylindrical-coordinate representation of color #51DD68: hue angle of 129.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51DD68 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 221 | 104 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.13 |
| HSL | 129.86º | 0.67% | 0.59% | - |
| HSV(B) | 129.86º | 0.63% | 0.87% | - |
| XYZ | 31.75 | 54.46 | 21.94 | - |
| YUV | 165.8 | 93.12 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 221 | 104 | 0.63 | 0 | 0.53 | 0.13 | 129.86 | 0.67 | 0.59 |
| Hex | 51 | DD | 68 | 3F | 0 | 35 | D | 82 | 43 | 3B |
| Octal | 121 | 335 | 150 | 77 | 0 | 65 | 15 | 202 | 103 | 73 |
| Binary | 1010001 | 11011101 | 1101000 | 111111 | 0 | 110101 | 1101 | 10000010 | 1000011 | 111011 |
Color Harmonies of #51DD68
Complementary color
Monochromatic Colors of #51DD68
Black with #51DD68
Text Example
Text Example
White with #51DD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DD68; }
p { color: rgb(81,221,104); }
H1.HeaderClassName
{
color: #51DD68;
}
.AnyTagClassName
{
color: #51DD68;
}
</style>
background-color css
<style>
a { background-color: #51DD68; }
a { background-color: rgb(81,221,104); }
div.DivClassName
{
background-color: #51DD68;
}
.BgClassName
{
background-color: #51DD68;
}
</style>
border-color css
<style>
span { border-color: #51DD68; }
span { border-color: rgb(81,221,104); }
td.TdClassName
{
border-color: #51DD68;
}
.TagClassName
{
border-color: #51DD68;
}
</style>