Shades of Emerald #51C083
Tints of Emerald #51C083
RGB
CMYK
RGB Variations
Color information
#51C083 (or 0x51C083) is known color: Emerald. HEX triplet: 51, C0 and 83. RGB value is (81,192,131). Sum of RGB (Red+Green+Blue) = 81+192+131=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #51C083 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C083 is #AE3F7C. Grayscale: #979797. Windows color (decimal): -11419517 or 8634449. OLE color: 8634449.
HSL color Cylindrical-coordinate representation of color #51C083: hue angle of 147.03º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51C083 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 192 | 131 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.25 |
| HSL | 147.03º | 0.47% | 0.54% | - |
| HSV(B) | 147.03º | 0.58% | 0.75% | - |
| XYZ | 26.34 | 41.09 | 28.02 | - |
| YUV | 151.86 | 116.23 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 192 | 131 | 0.58 | 0 | 0.32 | 0.25 | 147.03 | 0.47 | 0.54 |
| Hex | 51 | C0 | 83 | 3A | 0 | 20 | 19 | 93 | 2F | 36 |
| Octal | 121 | 300 | 203 | 72 | 0 | 40 | 31 | 223 | 57 | 66 |
| Binary | 1010001 | 11000000 | 10000011 | 111010 | 0 | 100000 | 11001 | 10010011 | 101111 | 110110 |
Color Harmonies of #51C083
Complementary color
Monochromatic Colors of #51C083
Black with #51C083
Text Example
Text Example
White with #51C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C083; }
p { color: rgb(81,192,131); }
H1.HeaderClassName
{
color: #51C083;
}
.AnyTagClassName
{
color: #51C083;
}
</style>
background-color css
<style>
a { background-color: #51C083; }
a { background-color: rgb(81,192,131); }
div.DivClassName
{
background-color: #51C083;
}
.BgClassName
{
background-color: #51C083;
}
</style>
border-color css
<style>
span { border-color: #51C083; }
span { border-color: rgb(81,192,131); }
td.TdClassName
{
border-color: #51C083;
}
.TagClassName
{
border-color: #51C083;
}
</style>