Shades of Emerald #51C373
Tints of Emerald #51C373
RGB
CMYK
RGB Variations
Color information
#51C373 (or 0x51C373) is known color: Emerald. HEX triplet: 51, C3 and 73. RGB value is (81,195,115). Sum of RGB (Red+Green+Blue) = 81+195+115=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #51C373 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51C373 is #AE3C8C. Grayscale: #989898. Windows color (decimal): -11418765 or 7586641. OLE color: 7586641.
HSL color Cylindrical-coordinate representation of color #51C373: hue angle of 137.89º degrees, saturation: 0.49, 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 #51C373 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 195 | 115 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.24 |
| HSL | 137.89º | 0.49% | 0.54% | - |
| HSV(B) | 137.89º | 0.58% | 0.76% | - |
| XYZ | 26 | 42.02 | 22.96 | - |
| YUV | 151.79 | 107.23 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 195 | 115 | 0.58 | 0 | 0.41 | 0.24 | 137.89 | 0.49 | 0.54 |
| Hex | 51 | C3 | 73 | 3A | 0 | 29 | 18 | 8A | 31 | 36 |
| Octal | 121 | 303 | 163 | 72 | 0 | 51 | 30 | 212 | 61 | 66 |
| Binary | 1010001 | 11000011 | 1110011 | 111010 | 0 | 101001 | 11000 | 10001010 | 110001 | 110110 |
Color Harmonies of #51C373
Complementary color
Monochromatic Colors of #51C373
Black with #51C373
Text Example
Text Example
White with #51C373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C373; }
p { color: rgb(81,195,115); }
H1.HeaderClassName
{
color: #51C373;
}
.AnyTagClassName
{
color: #51C373;
}
</style>
background-color css
<style>
a { background-color: #51C373; }
a { background-color: rgb(81,195,115); }
div.DivClassName
{
background-color: #51C373;
}
.BgClassName
{
background-color: #51C373;
}
</style>
border-color css
<style>
span { border-color: #51C373; }
span { border-color: rgb(81,195,115); }
td.TdClassName
{
border-color: #51C373;
}
.TagClassName
{
border-color: #51C373;
}
</style>