Shades of Emerald #51CB76
Tints of Emerald #51CB76
RGB
CMYK
RGB Variations
Color information
#51CB76 (or 0x51CB76) is known color: Emerald. HEX triplet: 51, CB and 76. RGB value is (81,203,118). Sum of RGB (Red+Green+Blue) = 81+203+118=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #51CB76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51CB76 is #AE3489. Grayscale: #9D9D9D. Windows color (decimal): -11416714 or 7785297. OLE color: 7785297.
HSL color Cylindrical-coordinate representation of color #51CB76: hue angle of 138.2º 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 #51CB76 is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 203 | 118 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.20 |
| HSL | 138.2º | 0.54% | 0.56% | - |
| HSV(B) | 138.2º | 0.6% | 0.8% | - |
| XYZ | 28.02 | 45.77 | 24.5 | - |
| YUV | 156.83 | 106.08 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 203 | 118 | 0.60 | 0 | 0.42 | 0.20 | 138.2 | 0.54 | 0.56 |
| Hex | 51 | CB | 76 | 3C | 0 | 2A | 14 | 8A | 36 | 38 |
| Octal | 121 | 313 | 166 | 74 | 0 | 52 | 24 | 212 | 66 | 70 |
| Binary | 1010001 | 11001011 | 1110110 | 111100 | 0 | 101010 | 10100 | 10001010 | 110110 | 111000 |
Color Harmonies of #51CB76
Complementary color
Monochromatic Colors of #51CB76
Black with #51CB76
Text Example
Text Example
White with #51CB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CB76; }
p { color: rgb(81,203,118); }
H1.HeaderClassName
{
color: #51CB76;
}
.AnyTagClassName
{
color: #51CB76;
}
</style>
background-color css
<style>
a { background-color: #51CB76; }
a { background-color: rgb(81,203,118); }
div.DivClassName
{
background-color: #51CB76;
}
.BgClassName
{
background-color: #51CB76;
}
</style>
border-color css
<style>
span { border-color: #51CB76; }
span { border-color: rgb(81,203,118); }
td.TdClassName
{
border-color: #51CB76;
}
.TagClassName
{
border-color: #51CB76;
}
</style>