Shades of Emerald #2CD873
Tints of Emerald #2CD873
RGB
CMYK
RGB Variations
Color information
#2CD873 (or 0x2CD873) is known color: Emerald. HEX triplet: 2C, D8 and 73. RGB value is (44,216,115). Sum of RGB (Red+Green+Blue) = 44+216+115=375 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.73% from 375); Green value is 216 (84.77% from 255 or 57.6% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 216 - color contains mainly: green. Hex color #2CD873 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD873 is #D3278C. Grayscale: #999999. Windows color (decimal): -13838221 or 7591980. OLE color: 7591980.
HSL color Cylindrical-coordinate representation of color #2CD873: hue angle of 144.77º 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 #2CD873 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 216 | 115 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.15 |
| HSL | 144.77º | 0.69% | 0.51% | - |
| HSV(B) | 144.77º | 0.8% | 0.85% | - |
| XYZ | 28.69 | 50.89 | 24.53 | - |
| YUV | 153.06 | 106.52 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 216 | 115 | 0.80 | 0 | 0.47 | 0.15 | 144.77 | 0.69 | 0.51 |
| Hex | 2C | D8 | 73 | 50 | 0 | 2F | F | 91 | 45 | 33 |
| Octal | 54 | 330 | 163 | 120 | 0 | 57 | 17 | 221 | 105 | 63 |
| Binary | 101100 | 11011000 | 1110011 | 1010000 | 0 | 101111 | 1111 | 10010001 | 1000101 | 110011 |
Color Harmonies of #2CD873
Complementary color
Monochromatic Colors of #2CD873
Black with #2CD873
Text Example
Text Example
White with #2CD873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD873; }
p { color: rgb(44,216,115); }
H1.HeaderClassName
{
color: #2CD873;
}
.AnyTagClassName
{
color: #2CD873;
}
</style>
background-color css
<style>
a { background-color: #2CD873; }
a { background-color: rgb(44,216,115); }
div.DivClassName
{
background-color: #2CD873;
}
.BgClassName
{
background-color: #2CD873;
}
</style>
border-color css
<style>
span { border-color: #2CD873; }
span { border-color: rgb(44,216,115); }
td.TdClassName
{
border-color: #2CD873;
}
.TagClassName
{
border-color: #2CD873;
}
</style>