Shades of Emerald #51D690
Tints of Emerald #51D690
RGB
CMYK
RGB Variations
Color information
#51D690 (or 0x51D690) is known color: Emerald. HEX triplet: 51, D6 and 90. RGB value is (81,214,144). Sum of RGB (Red+Green+Blue) = 81+214+144=439 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.45% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 214 - color contains mainly: green. Hex color #51D690 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51D690 is #AE296F. Grayscale: #A6A6A6. Windows color (decimal): -11413872 or 9492049. OLE color: 9492049.
HSL color Cylindrical-coordinate representation of color #51D690: hue angle of 148.42º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51D690 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 214 | 144 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.16 |
| HSL | 148.42º | 0.62% | 0.58% | - |
| HSV(B) | 148.42º | 0.62% | 0.84% | - |
| XYZ | 32.47 | 51.86 | 34.68 | - |
| YUV | 166.25 | 115.44 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 214 | 144 | 0.62 | 0 | 0.33 | 0.16 | 148.42 | 0.62 | 0.58 |
| Hex | 51 | D6 | 90 | 3E | 0 | 21 | 10 | 94 | 3E | 3A |
| Octal | 121 | 326 | 220 | 76 | 0 | 41 | 20 | 224 | 76 | 72 |
| Binary | 1010001 | 11010110 | 10010000 | 111110 | 0 | 100001 | 10000 | 10010100 | 111110 | 111010 |
Color Harmonies of #51D690
Complementary color
Monochromatic Colors of #51D690
Black with #51D690
Text Example
Text Example
White with #51D690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D690; }
p { color: rgb(81,214,144); }
H1.HeaderClassName
{
color: #51D690;
}
.AnyTagClassName
{
color: #51D690;
}
</style>
background-color css
<style>
a { background-color: #51D690; }
a { background-color: rgb(81,214,144); }
div.DivClassName
{
background-color: #51D690;
}
.BgClassName
{
background-color: #51D690;
}
</style>
border-color css
<style>
span { border-color: #51D690; }
span { border-color: rgb(81,214,144); }
td.TdClassName
{
border-color: #51D690;
}
.TagClassName
{
border-color: #51D690;
}
</style>