Shades of Emerald #51DF70
Tints of Emerald #51DF70
RGB
CMYK
RGB Variations
Color information
#51DF70 (or 0x51DF70) is known color: Emerald. HEX triplet: 51, DF and 70. RGB value is (81,223,112). Sum of RGB (Red+Green+Blue) = 81+223+112=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #51DF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51DF70 is #AE208F. Grayscale: #A8A8A8. Windows color (decimal): -11411600 or 7397201. OLE color: 7397201.
HSL color Cylindrical-coordinate representation of color #51DF70: hue angle of 133.1º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51DF70 is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 223 | 112 | - |
| CMYK | 0.64 | 0 | 0.50 | 0.13 |
| HSL | 133.1º | 0.69% | 0.6% | - |
| HSV(B) | 133.1º | 0.64% | 0.87% | - |
| XYZ | 32.71 | 55.69 | 24.36 | - |
| YUV | 167.89 | 96.46 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 223 | 112 | 0.64 | 0 | 0.50 | 0.13 | 133.1 | 0.69 | 0.6 |
| Hex | 51 | DF | 70 | 40 | 0 | 32 | D | 85 | 45 | 3C |
| Octal | 121 | 337 | 160 | 100 | 0 | 62 | 15 | 205 | 105 | 74 |
| Binary | 1010001 | 11011111 | 1110000 | 1000000 | 0 | 110010 | 1101 | 10000101 | 1000101 | 111100 |
Color Harmonies of #51DF70
Complementary color
Monochromatic Colors of #51DF70
Black with #51DF70
Text Example
Text Example
White with #51DF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DF70; }
p { color: rgb(81,223,112); }
H1.HeaderClassName
{
color: #51DF70;
}
.AnyTagClassName
{
color: #51DF70;
}
</style>
background-color css
<style>
a { background-color: #51DF70; }
a { background-color: rgb(81,223,112); }
div.DivClassName
{
background-color: #51DF70;
}
.BgClassName
{
background-color: #51DF70;
}
</style>
border-color css
<style>
span { border-color: #51DF70; }
span { border-color: rgb(81,223,112); }
td.TdClassName
{
border-color: #51DF70;
}
.TagClassName
{
border-color: #51DF70;
}
</style>