Shades of Emerald #51C069
Tints of Emerald #51C069
RGB
CMYK
RGB Variations
Color information
#51C069 (or 0x51C069) is known color: Emerald. HEX triplet: 51, C0 and 69. RGB value is (81,192,105). Sum of RGB (Red+Green+Blue) = 81+192+105=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #51C069 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51C069 is #AE3F96. Grayscale: #959595. Windows color (decimal): -11419543 or 6930513. OLE color: 6930513.
HSL color Cylindrical-coordinate representation of color #51C069: hue angle of 132.97º 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 #51C069 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 192 | 105 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.25 |
| HSL | 132.97º | 0.47% | 0.54% | - |
| HSV(B) | 132.97º | 0.58% | 0.75% | - |
| XYZ | 24.79 | 40.47 | 19.87 | - |
| YUV | 148.89 | 103.23 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 192 | 105 | 0.58 | 0 | 0.45 | 0.25 | 132.97 | 0.47 | 0.54 |
| Hex | 51 | C0 | 69 | 3A | 0 | 2D | 19 | 85 | 2F | 36 |
| Octal | 121 | 300 | 151 | 72 | 0 | 55 | 31 | 205 | 57 | 66 |
| Binary | 1010001 | 11000000 | 1101001 | 111010 | 0 | 101101 | 11001 | 10000101 | 101111 | 110110 |
Color Harmonies of #51C069
Complementary color
Monochromatic Colors of #51C069
Black with #51C069
Text Example
Text Example
White with #51C069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C069; }
p { color: rgb(81,192,105); }
H1.HeaderClassName
{
color: #51C069;
}
.AnyTagClassName
{
color: #51C069;
}
</style>
background-color css
<style>
a { background-color: #51C069; }
a { background-color: rgb(81,192,105); }
div.DivClassName
{
background-color: #51C069;
}
.BgClassName
{
background-color: #51C069;
}
</style>
border-color css
<style>
span { border-color: #51C069; }
span { border-color: rgb(81,192,105); }
td.TdClassName
{
border-color: #51C069;
}
.TagClassName
{
border-color: #51C069;
}
</style>