Shades of Emerald #51C575
Tints of Emerald #51C575
RGB
CMYK
RGB Variations
Color information
#51C575 (or 0x51C575) is known color: Emerald. HEX triplet: 51, C5 and 75. RGB value is (81,197,117). Sum of RGB (Red+Green+Blue) = 81+197+117=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 197 - color contains mainly: green. Hex color #51C575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51C575 is #AE3A8A. Grayscale: #999999. Windows color (decimal): -11418251 or 7718225. OLE color: 7718225.
HSL color Cylindrical-coordinate representation of color #51C575: hue angle of 138.62º 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 #51C575 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 81 | 197 | 117 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.23 |
| HSL | 138.62º | 0.5% | 0.55% | - |
| HSV(B) | 138.62º | 0.59% | 0.77% | - |
| XYZ | 26.57 | 42.97 | 23.72 | - |
| YUV | 153.2 | 107.57 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 197 | 117 | 0.59 | 0 | 0.41 | 0.23 | 138.62 | 0.5 | 0.55 |
| Hex | 51 | C5 | 75 | 3B | 0 | 29 | 17 | 8B | 32 | 37 |
| Octal | 121 | 305 | 165 | 73 | 0 | 51 | 27 | 213 | 62 | 67 |
| Binary | 1010001 | 11000101 | 1110101 | 111011 | 0 | 101001 | 10111 | 10001011 | 110010 | 110111 |
Color Harmonies of #51C575
Complementary color
Monochromatic Colors of #51C575
Black with #51C575
Text Example
Text Example
White with #51C575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C575; }
p { color: rgb(81,197,117); }
H1.HeaderClassName
{
color: #51C575;
}
.AnyTagClassName
{
color: #51C575;
}
</style>
background-color css
<style>
a { background-color: #51C575; }
a { background-color: rgb(81,197,117); }
div.DivClassName
{
background-color: #51C575;
}
.BgClassName
{
background-color: #51C575;
}
</style>
border-color css
<style>
span { border-color: #51C575; }
span { border-color: rgb(81,197,117); }
td.TdClassName
{
border-color: #51C575;
}
.TagClassName
{
border-color: #51C575;
}
</style>