Shades of Emerald #51C26B
Tints of Emerald #51C26B
RGB
CMYK
RGB Variations
Color information
#51C26B (or 0x51C26B) is known color: Emerald. HEX triplet: 51, C2 and 6B. RGB value is (81,194,107). Sum of RGB (Red+Green+Blue) = 81+194+107=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #51C26B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51C26B is #AE3D94. Grayscale: #969696. Windows color (decimal): -11419029 or 7062097. OLE color: 7062097.
HSL color Cylindrical-coordinate representation of color #51C26B: hue angle of 133.81º degrees, saturation: 0.48, 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 #51C26B is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 194 | 107 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.24 |
| HSL | 133.81º | 0.48% | 0.54% | - |
| HSV(B) | 133.81º | 0.58% | 0.76% | - |
| XYZ | 25.34 | 41.39 | 20.56 | - |
| YUV | 150.3 | 103.56 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 194 | 107 | 0.58 | 0 | 0.45 | 0.24 | 133.81 | 0.48 | 0.54 |
| Hex | 51 | C2 | 6B | 3A | 0 | 2D | 18 | 86 | 30 | 36 |
| Octal | 121 | 302 | 153 | 72 | 0 | 55 | 30 | 206 | 60 | 66 |
| Binary | 1010001 | 11000010 | 1101011 | 111010 | 0 | 101101 | 11000 | 10000110 | 110000 | 110110 |
Color Harmonies of #51C26B
Complementary color
Monochromatic Colors of #51C26B
Black with #51C26B
Text Example
Text Example
White with #51C26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C26B; }
p { color: rgb(81,194,107); }
H1.HeaderClassName
{
color: #51C26B;
}
.AnyTagClassName
{
color: #51C26B;
}
</style>
background-color css
<style>
a { background-color: #51C26B; }
a { background-color: rgb(81,194,107); }
div.DivClassName
{
background-color: #51C26B;
}
.BgClassName
{
background-color: #51C26B;
}
</style>
border-color css
<style>
span { border-color: #51C26B; }
span { border-color: rgb(81,194,107); }
td.TdClassName
{
border-color: #51C26B;
}
.TagClassName
{
border-color: #51C26B;
}
</style>