Shades of Emerald #51CE8A
Tints of Emerald #51CE8A
RGB
CMYK
RGB Variations
Color information
#51CE8A (or 0x51CE8A) is known color: Emerald. HEX triplet: 51, CE and 8A. RGB value is (81,206,138). Sum of RGB (Red+Green+Blue) = 81+206+138=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 206 (80.86% from 255 or 48.47% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 206 - color contains mainly: green. Hex color #51CE8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CE8A is #AE3175. Grayscale: #A1A1A1. Windows color (decimal): -11415926 or 9096785. OLE color: 9096785.
HSL color Cylindrical-coordinate representation of color #51CE8A: hue angle of 147.36º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51CE8A is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 206 | 138 | - |
| CMYK | 0.61 | 0 | 0.33 | 0.19 |
| HSL | 147.36º | 0.56% | 0.56% | - |
| HSV(B) | 147.36º | 0.61% | 0.81% | - |
| XYZ | 30.05 | 47.73 | 31.67 | - |
| YUV | 160.87 | 115.09 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 206 | 138 | 0.61 | 0 | 0.33 | 0.19 | 147.36 | 0.56 | 0.56 |
| Hex | 51 | CE | 8A | 3D | 0 | 21 | 13 | 93 | 38 | 38 |
| Octal | 121 | 316 | 212 | 75 | 0 | 41 | 23 | 223 | 70 | 70 |
| Binary | 1010001 | 11001110 | 10001010 | 111101 | 0 | 100001 | 10011 | 10010011 | 111000 | 111000 |
Color Harmonies of #51CE8A
Complementary color
Monochromatic Colors of #51CE8A
Black with #51CE8A
Text Example
Text Example
White with #51CE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CE8A; }
p { color: rgb(81,206,138); }
H1.HeaderClassName
{
color: #51CE8A;
}
.AnyTagClassName
{
color: #51CE8A;
}
</style>
background-color css
<style>
a { background-color: #51CE8A; }
a { background-color: rgb(81,206,138); }
div.DivClassName
{
background-color: #51CE8A;
}
.BgClassName
{
background-color: #51CE8A;
}
</style>
border-color css
<style>
span { border-color: #51CE8A; }
span { border-color: rgb(81,206,138); }
td.TdClassName
{
border-color: #51CE8A;
}
.TagClassName
{
border-color: #51CE8A;
}
</style>