Shades of Emerald #51DD94
Tints of Emerald #51DD94
RGB
CMYK
RGB Variations
Color information
#51DD94 (or 0x51DD94) is known color: Emerald. HEX triplet: 51, DD and 94. RGB value is (81,221,148). Sum of RGB (Red+Green+Blue) = 81+221+148=450 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #51DD94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51DD94 is #AE226B. Grayscale: #AAAAAA. Windows color (decimal): -11412076 or 9755985. OLE color: 9755985.
HSL color Cylindrical-coordinate representation of color #51DD94: hue angle of 148.71º 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 #51DD94 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 221 | 148 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.13 |
| HSL | 148.71º | 0.67% | 0.59% | - |
| HSV(B) | 148.71º | 0.63% | 0.87% | - |
| XYZ | 34.6 | 55.6 | 36.93 | - |
| YUV | 170.82 | 115.12 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 221 | 148 | 0.63 | 0 | 0.33 | 0.13 | 148.71 | 0.67 | 0.59 |
| Hex | 51 | DD | 94 | 3F | 0 | 21 | D | 95 | 43 | 3B |
| Octal | 121 | 335 | 224 | 77 | 0 | 41 | 15 | 225 | 103 | 73 |
| Binary | 1010001 | 11011101 | 10010100 | 111111 | 0 | 100001 | 1101 | 10010101 | 1000011 | 111011 |
Color Harmonies of #51DD94
Complementary color
Monochromatic Colors of #51DD94
Black with #51DD94
Text Example
Text Example
White with #51DD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DD94; }
p { color: rgb(81,221,148); }
H1.HeaderClassName
{
color: #51DD94;
}
.AnyTagClassName
{
color: #51DD94;
}
</style>
background-color css
<style>
a { background-color: #51DD94; }
a { background-color: rgb(81,221,148); }
div.DivClassName
{
background-color: #51DD94;
}
.BgClassName
{
background-color: #51DD94;
}
</style>
border-color css
<style>
span { border-color: #51DD94; }
span { border-color: rgb(81,221,148); }
td.TdClassName
{
border-color: #51DD94;
}
.TagClassName
{
border-color: #51DD94;
}
</style>