Shades of Emerald #2CD976
Tints of Emerald #2CD976
RGB
CMYK
RGB Variations
Color information
#2CD976 (or 0x2CD976) is known color: Emerald. HEX triplet: 2C, D9 and 76. RGB value is (44,217,118). Sum of RGB (Red+Green+Blue) = 44+217+118=379 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.61% from 379); Green value is 217 (85.16% from 255 or 57.26% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 217 - color contains mainly: green. Hex color #2CD976 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD976 is #D32689. Grayscale: #9A9A9A. Windows color (decimal): -13837962 or 7788844. OLE color: 7788844.
HSL color Cylindrical-coordinate representation of color #2CD976: hue angle of 145.66º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CD976 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 217 | 118 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.15 |
| HSL | 145.66º | 0.69% | 0.51% | - |
| HSV(B) | 145.66º | 0.8% | 0.85% | - |
| XYZ | 29.12 | 51.47 | 25.54 | - |
| YUV | 153.99 | 107.69 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 217 | 118 | 0.80 | 0 | 0.46 | 0.15 | 145.66 | 0.69 | 0.51 |
| Hex | 2C | D9 | 76 | 50 | 0 | 2E | F | 92 | 45 | 33 |
| Octal | 54 | 331 | 166 | 120 | 0 | 56 | 17 | 222 | 105 | 63 |
| Binary | 101100 | 11011001 | 1110110 | 1010000 | 0 | 101110 | 1111 | 10010010 | 1000101 | 110011 |
Color Harmonies of #2CD976
Complementary color
Monochromatic Colors of #2CD976
Black with #2CD976
Text Example
Text Example
White with #2CD976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD976; }
p { color: rgb(44,217,118); }
H1.HeaderClassName
{
color: #2CD976;
}
.AnyTagClassName
{
color: #2CD976;
}
</style>
background-color css
<style>
a { background-color: #2CD976; }
a { background-color: rgb(44,217,118); }
div.DivClassName
{
background-color: #2CD976;
}
.BgClassName
{
background-color: #2CD976;
}
</style>
border-color css
<style>
span { border-color: #2CD976; }
span { border-color: rgb(44,217,118); }
td.TdClassName
{
border-color: #2CD976;
}
.TagClassName
{
border-color: #2CD976;
}
</style>