Shades of Emerald #51DD5E
Tints of Emerald #51DD5E
RGB
CMYK
RGB Variations
Color information
#51DD5E (or 0x51DD5E) is known color: Emerald. HEX triplet: 51, DD and 5E. RGB value is (81,221,94). Sum of RGB (Red+Green+Blue) = 81+221+94=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #51DD5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51DD5E is #AE22A1. Grayscale: #A5A5A5. Windows color (decimal): -11412130 or 6217041. OLE color: 6217041.
HSL color Cylindrical-coordinate representation of color #51DD5E: hue angle of 125.57º 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 #51DD5E is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 221 | 94 | - |
| CMYK | 0.63 | 0 | 0.57 | 0.13 |
| HSL | 125.57º | 0.67% | 0.59% | - |
| HSV(B) | 125.57º | 0.63% | 0.87% | - |
| XYZ | 31.27 | 54.27 | 19.42 | - |
| YUV | 164.66 | 88.12 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 221 | 94 | 0.63 | 0 | 0.57 | 0.13 | 125.57 | 0.67 | 0.59 |
| Hex | 51 | DD | 5E | 3F | 0 | 39 | D | 7E | 43 | 3B |
| Octal | 121 | 335 | 136 | 77 | 0 | 71 | 15 | 176 | 103 | 73 |
| Binary | 1010001 | 11011101 | 1011110 | 111111 | 0 | 111001 | 1101 | 1111110 | 1000011 | 111011 |
Color Harmonies of #51DD5E
Complementary color
Monochromatic Colors of #51DD5E
Black with #51DD5E
Text Example
Text Example
White with #51DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DD5E; }
p { color: rgb(81,221,94); }
H1.HeaderClassName
{
color: #51DD5E;
}
.AnyTagClassName
{
color: #51DD5E;
}
</style>
background-color css
<style>
a { background-color: #51DD5E; }
a { background-color: rgb(81,221,94); }
div.DivClassName
{
background-color: #51DD5E;
}
.BgClassName
{
background-color: #51DD5E;
}
</style>
border-color css
<style>
span { border-color: #51DD5E; }
span { border-color: rgb(81,221,94); }
td.TdClassName
{
border-color: #51DD5E;
}
.TagClassName
{
border-color: #51DD5E;
}
</style>