Shades of Emerald #51C06F
Tints of Emerald #51C06F
RGB
CMYK
RGB Variations
Color information
#51C06F (or 0x51C06F) is known color: Emerald. HEX triplet: 51, C0 and 6F. RGB value is (81,192,111). Sum of RGB (Red+Green+Blue) = 81+192+111=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #51C06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51C06F is #AE3F90. Grayscale: #959595. Windows color (decimal): -11419537 or 7323729. OLE color: 7323729.
HSL color Cylindrical-coordinate representation of color #51C06F: hue angle of 136.22º 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 #51C06F is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 192 | 111 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.25 |
| HSL | 136.22º | 0.47% | 0.54% | - |
| HSV(B) | 136.22º | 0.58% | 0.75% | - |
| XYZ | 25.11 | 40.6 | 21.55 | - |
| YUV | 149.58 | 106.23 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 192 | 111 | 0.58 | 0 | 0.42 | 0.25 | 136.22 | 0.47 | 0.54 |
| Hex | 51 | C0 | 6F | 3A | 0 | 2A | 19 | 88 | 2F | 36 |
| Octal | 121 | 300 | 157 | 72 | 0 | 52 | 31 | 210 | 57 | 66 |
| Binary | 1010001 | 11000000 | 1101111 | 111010 | 0 | 101010 | 11001 | 10001000 | 101111 | 110110 |
Color Harmonies of #51C06F
Complementary color
Monochromatic Colors of #51C06F
Black with #51C06F
Text Example
Text Example
White with #51C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C06F; }
p { color: rgb(81,192,111); }
H1.HeaderClassName
{
color: #51C06F;
}
.AnyTagClassName
{
color: #51C06F;
}
</style>
background-color css
<style>
a { background-color: #51C06F; }
a { background-color: rgb(81,192,111); }
div.DivClassName
{
background-color: #51C06F;
}
.BgClassName
{
background-color: #51C06F;
}
</style>
border-color css
<style>
span { border-color: #51C06F; }
span { border-color: rgb(81,192,111); }
td.TdClassName
{
border-color: #51C06F;
}
.TagClassName
{
border-color: #51C06F;
}
</style>