Shades of Emerald #51CB7B
Tints of Emerald #51CB7B
RGB
CMYK
RGB Variations
Color information
#51CB7B (or 0x51CB7B) is known color: Emerald. HEX triplet: 51, CB and 7B. RGB value is (81,203,123). Sum of RGB (Red+Green+Blue) = 81+203+123=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #51CB7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51CB7B is #AE3484. Grayscale: #9D9D9D. Windows color (decimal): -11416709 or 8112977. OLE color: 8112977.
HSL color Cylindrical-coordinate representation of color #51CB7B: hue angle of 140.66º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CB7B is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 203 | 123 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.20 |
| HSL | 140.66º | 0.54% | 0.56% | - |
| HSV(B) | 140.66º | 0.6% | 0.8% | - |
| XYZ | 28.32 | 45.89 | 26.1 | - |
| YUV | 157.4 | 108.58 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 203 | 123 | 0.60 | 0 | 0.39 | 0.20 | 140.66 | 0.54 | 0.56 |
| Hex | 51 | CB | 7B | 3C | 0 | 27 | 14 | 8D | 36 | 38 |
| Octal | 121 | 313 | 173 | 74 | 0 | 47 | 24 | 215 | 66 | 70 |
| Binary | 1010001 | 11001011 | 1111011 | 111100 | 0 | 100111 | 10100 | 10001101 | 110110 | 111000 |
Color Harmonies of #51CB7B
Complementary color
Monochromatic Colors of #51CB7B
Black with #51CB7B
Text Example
Text Example
White with #51CB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CB7B; }
p { color: rgb(81,203,123); }
H1.HeaderClassName
{
color: #51CB7B;
}
.AnyTagClassName
{
color: #51CB7B;
}
</style>
background-color css
<style>
a { background-color: #51CB7B; }
a { background-color: rgb(81,203,123); }
div.DivClassName
{
background-color: #51CB7B;
}
.BgClassName
{
background-color: #51CB7B;
}
</style>
border-color css
<style>
span { border-color: #51CB7B; }
span { border-color: rgb(81,203,123); }
td.TdClassName
{
border-color: #51CB7B;
}
.TagClassName
{
border-color: #51CB7B;
}
</style>