Shades of Emerald #2CDE76
Tints of Emerald #2CDE76
RGB
CMYK
RGB Variations
Color information
#2CDE76 (or 0x2CDE76) is known color: Emerald. HEX triplet: 2C, DE and 76. RGB value is (44,222,118). Sum of RGB (Red+Green+Blue) = 44+222+118=384 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.46% from 384); Green value is 222 (87.11% from 255 or 57.81% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 222 - color contains mainly: green. Hex color #2CDE76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDE76 is #D32189. Grayscale: #9D9D9D. Windows color (decimal): -13836682 or 7790124. OLE color: 7790124.
HSL color Cylindrical-coordinate representation of color #2CDE76: hue angle of 144.94º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDE76 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 222 | 118 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.13 |
| HSL | 144.94º | 0.73% | 0.52% | - |
| HSV(B) | 144.94º | 0.8% | 0.87% | - |
| XYZ | 30.43 | 54.09 | 25.98 | - |
| YUV | 156.92 | 106.03 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 222 | 118 | 0.80 | 0 | 0.47 | 0.13 | 144.94 | 0.73 | 0.52 |
| Hex | 2C | DE | 76 | 50 | 0 | 2F | D | 91 | 49 | 34 |
| Octal | 54 | 336 | 166 | 120 | 0 | 57 | 15 | 221 | 111 | 64 |
| Binary | 101100 | 11011110 | 1110110 | 1010000 | 0 | 101111 | 1101 | 10010001 | 1001001 | 110100 |
Color Harmonies of #2CDE76
Complementary color
Monochromatic Colors of #2CDE76
Black with #2CDE76
Text Example
Text Example
White with #2CDE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDE76; }
p { color: rgb(44,222,118); }
H1.HeaderClassName
{
color: #2CDE76;
}
.AnyTagClassName
{
color: #2CDE76;
}
</style>
background-color css
<style>
a { background-color: #2CDE76; }
a { background-color: rgb(44,222,118); }
div.DivClassName
{
background-color: #2CDE76;
}
.BgClassName
{
background-color: #2CDE76;
}
</style>
border-color css
<style>
span { border-color: #2CDE76; }
span { border-color: rgb(44,222,118); }
td.TdClassName
{
border-color: #2CDE76;
}
.TagClassName
{
border-color: #2CDE76;
}
</style>