Shades of Emerald #51DE68
Tints of Emerald #51DE68
RGB
CMYK
RGB Variations
Color information
#51DE68 (or 0x51DE68) is known color: Emerald. HEX triplet: 51, DE and 68. RGB value is (81,222,104). Sum of RGB (Red+Green+Blue) = 81+222+104=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 222 (87.11% from 255 or 54.55% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 222 - color contains mainly: green. Hex color #51DE68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51DE68 is #AE2197. Grayscale: #A6A6A6. Windows color (decimal): -11411864 or 6872657. OLE color: 6872657.
HSL color Cylindrical-coordinate representation of color #51DE68: hue angle of 129.79º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51DE68 is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 222 | 104 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.13 |
| HSL | 129.79º | 0.68% | 0.59% | - |
| HSV(B) | 129.79º | 0.64% | 0.87% | - |
| XYZ | 32.01 | 54.99 | 22.02 | - |
| YUV | 166.39 | 92.79 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 222 | 104 | 0.64 | 0 | 0.53 | 0.13 | 129.79 | 0.68 | 0.59 |
| Hex | 51 | DE | 68 | 40 | 0 | 35 | D | 82 | 44 | 3B |
| Octal | 121 | 336 | 150 | 100 | 0 | 65 | 15 | 202 | 104 | 73 |
| Binary | 1010001 | 11011110 | 1101000 | 1000000 | 0 | 110101 | 1101 | 10000010 | 1000100 | 111011 |
Color Harmonies of #51DE68
Complementary color
Monochromatic Colors of #51DE68
Black with #51DE68
Text Example
Text Example
White with #51DE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DE68; }
p { color: rgb(81,222,104); }
H1.HeaderClassName
{
color: #51DE68;
}
.AnyTagClassName
{
color: #51DE68;
}
</style>
background-color css
<style>
a { background-color: #51DE68; }
a { background-color: rgb(81,222,104); }
div.DivClassName
{
background-color: #51DE68;
}
.BgClassName
{
background-color: #51DE68;
}
</style>
border-color css
<style>
span { border-color: #51DE68; }
span { border-color: rgb(81,222,104); }
td.TdClassName
{
border-color: #51DE68;
}
.TagClassName
{
border-color: #51DE68;
}
</style>