Shades of Emerald #51C16F
Tints of Emerald #51C16F
RGB
CMYK
RGB Variations
Color information
#51C16F (or 0x51C16F) is known color: Emerald. HEX triplet: 51, C1 and 6F. RGB value is (81,193,111). Sum of RGB (Red+Green+Blue) = 81+193+111=385 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.04% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #51C16F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51C16F is #AE3E90. Grayscale: #969696. Windows color (decimal): -11419281 or 7323985. OLE color: 7323985.
HSL color Cylindrical-coordinate representation of color #51C16F: hue angle of 136.07º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51C16F is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 193 | 111 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.24 |
| HSL | 136.07º | 0.47% | 0.54% | - |
| HSV(B) | 136.07º | 0.58% | 0.76% | - |
| XYZ | 25.33 | 41.04 | 21.62 | - |
| YUV | 150.16 | 105.89 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 193 | 111 | 0.58 | 0 | 0.42 | 0.24 | 136.07 | 0.47 | 0.54 |
| Hex | 51 | C1 | 6F | 3A | 0 | 2A | 18 | 88 | 2F | 36 |
| Octal | 121 | 301 | 157 | 72 | 0 | 52 | 30 | 210 | 57 | 66 |
| Binary | 1010001 | 11000001 | 1101111 | 111010 | 0 | 101010 | 11000 | 10001000 | 101111 | 110110 |
Color Harmonies of #51C16F
Complementary color
Monochromatic Colors of #51C16F
Black with #51C16F
Text Example
Text Example
White with #51C16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C16F; }
p { color: rgb(81,193,111); }
H1.HeaderClassName
{
color: #51C16F;
}
.AnyTagClassName
{
color: #51C16F;
}
</style>
background-color css
<style>
a { background-color: #51C16F; }
a { background-color: rgb(81,193,111); }
div.DivClassName
{
background-color: #51C16F;
}
.BgClassName
{
background-color: #51C16F;
}
</style>
border-color css
<style>
span { border-color: #51C16F; }
span { border-color: rgb(81,193,111); }
td.TdClassName
{
border-color: #51C16F;
}
.TagClassName
{
border-color: #51C16F;
}
</style>