Shades of Emerald #51C565
Tints of Emerald #51C565
RGB
CMYK
RGB Variations
Color information
#51C565 (or 0x51C565) is known color: Emerald. HEX triplet: 51, C5 and 65. RGB value is (81,197,101). Sum of RGB (Red+Green+Blue) = 81+197+101=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 197 (77.34% from 255 or 51.98% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 197 - color contains mainly: green. Hex color #51C565 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51C565 is #AE3A9A. Grayscale: #979797. Windows color (decimal): -11418267 or 6669649. OLE color: 6669649.
HSL color Cylindrical-coordinate representation of color #51C565: hue angle of 130.34º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51C565 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 81 | 197 | 101 | - |
| CMYK | 0.59 | 0 | 0.49 | 0.23 |
| HSL | 130.34º | 0.5% | 0.55% | - |
| HSV(B) | 130.34º | 0.59% | 0.77% | - |
| XYZ | 25.71 | 42.62 | 19.18 | - |
| YUV | 151.37 | 99.57 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 197 | 101 | 0.59 | 0 | 0.49 | 0.23 | 130.34 | 0.5 | 0.55 |
| Hex | 51 | C5 | 65 | 3B | 0 | 31 | 17 | 82 | 32 | 37 |
| Octal | 121 | 305 | 145 | 73 | 0 | 61 | 27 | 202 | 62 | 67 |
| Binary | 1010001 | 11000101 | 1100101 | 111011 | 0 | 110001 | 10111 | 10000010 | 110010 | 110111 |
Color Harmonies of #51C565
Complementary color
Monochromatic Colors of #51C565
Black with #51C565
Text Example
Text Example
White with #51C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C565; }
p { color: rgb(81,197,101); }
H1.HeaderClassName
{
color: #51C565;
}
.AnyTagClassName
{
color: #51C565;
}
</style>
background-color css
<style>
a { background-color: #51C565; }
a { background-color: rgb(81,197,101); }
div.DivClassName
{
background-color: #51C565;
}
.BgClassName
{
background-color: #51C565;
}
</style>
border-color css
<style>
span { border-color: #51C565; }
span { border-color: rgb(81,197,101); }
td.TdClassName
{
border-color: #51C565;
}
.TagClassName
{
border-color: #51C565;
}
</style>