Shades of Emerald #51CA7B
Tints of Emerald #51CA7B
RGB
CMYK
RGB Variations
Color information
#51CA7B (or 0x51CA7B) is known color: Emerald. HEX triplet: 51, CA and 7B. RGB value is (81,202,123). Sum of RGB (Red+Green+Blue) = 81+202+123=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 202 - color contains mainly: green. Hex color #51CA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51CA7B is #AE3584. Grayscale: #9D9D9D. Windows color (decimal): -11416965 or 8112721. OLE color: 8112721.
HSL color Cylindrical-coordinate representation of color #51CA7B: hue angle of 140.83º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CA7B is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 202 | 123 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.21 |
| HSL | 140.83º | 0.53% | 0.55% | - |
| HSV(B) | 140.83º | 0.6% | 0.79% | - |
| XYZ | 28.09 | 45.42 | 26.03 | - |
| YUV | 156.82 | 108.91 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 202 | 123 | 0.60 | 0 | 0.39 | 0.21 | 140.83 | 0.53 | 0.55 |
| Hex | 51 | CA | 7B | 3C | 0 | 27 | 15 | 8D | 35 | 37 |
| Octal | 121 | 312 | 173 | 74 | 0 | 47 | 25 | 215 | 65 | 67 |
| Binary | 1010001 | 11001010 | 1111011 | 111100 | 0 | 100111 | 10101 | 10001101 | 110101 | 110111 |
Color Harmonies of #51CA7B
Complementary color
Monochromatic Colors of #51CA7B
Black with #51CA7B
Text Example
Text Example
White with #51CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CA7B; }
p { color: rgb(81,202,123); }
H1.HeaderClassName
{
color: #51CA7B;
}
.AnyTagClassName
{
color: #51CA7B;
}
</style>
background-color css
<style>
a { background-color: #51CA7B; }
a { background-color: rgb(81,202,123); }
div.DivClassName
{
background-color: #51CA7B;
}
.BgClassName
{
background-color: #51CA7B;
}
</style>
border-color css
<style>
span { border-color: #51CA7B; }
span { border-color: rgb(81,202,123); }
td.TdClassName
{
border-color: #51CA7B;
}
.TagClassName
{
border-color: #51CA7B;
}
</style>