Shades of Emerald #51EA8A
Tints of Emerald #51EA8A
RGB
CMYK
RGB Variations
Color information
#51EA8A (or 0x51EA8A) is known color: Emerald. HEX triplet: 51, EA and 8A. RGB value is (81,234,138). Sum of RGB (Red+Green+Blue) = 81+234+138=453 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.88% from 453); Green value is 234 (91.80% from 255 or 51.66% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 234 - color contains mainly: green. Hex color #51EA8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #51EA8A is #AE1575. Grayscale: #B1B1B1. Windows color (decimal): -11408758 or 9103953. OLE color: 9103953.
HSL color Cylindrical-coordinate representation of color #51EA8A: hue angle of 142.35º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51EA8A is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 234 | 138 | - |
| CMYK | 0.65 | 0 | 0.41 | 0.08 |
| HSL | 142.35º | 0.78% | 0.62% | - |
| HSV(B) | 142.35º | 0.65% | 0.92% | - |
| XYZ | 37.4 | 62.43 | 34.12 | - |
| YUV | 177.31 | 105.81 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 234 | 138 | 0.65 | 0 | 0.41 | 0.08 | 142.35 | 0.78 | 0.62 |
| Hex | 51 | EA | 8A | 41 | 0 | 29 | 8 | 8E | 4E | 3E |
| Octal | 121 | 352 | 212 | 101 | 0 | 51 | 10 | 216 | 116 | 76 |
| Binary | 1010001 | 11101010 | 10001010 | 1000001 | 0 | 101001 | 1000 | 10001110 | 1001110 | 111110 |
Color Harmonies of #51EA8A
Complementary color
Monochromatic Colors of #51EA8A
Black with #51EA8A
Text Example
Text Example
White with #51EA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EA8A; }
p { color: rgb(81,234,138); }
H1.HeaderClassName
{
color: #51EA8A;
}
.AnyTagClassName
{
color: #51EA8A;
}
</style>
background-color css
<style>
a { background-color: #51EA8A; }
a { background-color: rgb(81,234,138); }
div.DivClassName
{
background-color: #51EA8A;
}
.BgClassName
{
background-color: #51EA8A;
}
</style>
border-color css
<style>
span { border-color: #51EA8A; }
span { border-color: rgb(81,234,138); }
td.TdClassName
{
border-color: #51EA8A;
}
.TagClassName
{
border-color: #51EA8A;
}
</style>