Shades of Emerald #2CD978
Tints of Emerald #2CD978
RGB
CMYK
RGB Variations
Color information
#2CD978 (or 0x2CD978) is known color: Emerald. HEX triplet: 2C, D9 and 78. RGB value is (44,217,120). Sum of RGB (Red+Green+Blue) = 44+217+120=381 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.55% from 381); Green value is 217 (85.16% from 255 or 56.96% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 217 - color contains mainly: green. Hex color #2CD978 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD978 is #D32687. Grayscale: #9A9A9A. Windows color (decimal): -13837960 or 7919916. OLE color: 7919916.
HSL color Cylindrical-coordinate representation of color #2CD978: hue angle of 146.36º 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 #2CD978 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 217 | 120 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.15 |
| HSL | 146.36º | 0.69% | 0.51% | - |
| HSV(B) | 146.36º | 0.8% | 0.85% | - |
| XYZ | 29.24 | 51.52 | 26.17 | - |
| YUV | 154.22 | 108.69 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 217 | 120 | 0.80 | 0 | 0.45 | 0.15 | 146.36 | 0.69 | 0.51 |
| Hex | 2C | D9 | 78 | 50 | 0 | 2D | F | 92 | 45 | 33 |
| Octal | 54 | 331 | 170 | 120 | 0 | 55 | 17 | 222 | 105 | 63 |
| Binary | 101100 | 11011001 | 1111000 | 1010000 | 0 | 101101 | 1111 | 10010010 | 1000101 | 110011 |
Color Harmonies of #2CD978
Complementary color
Monochromatic Colors of #2CD978
Black with #2CD978
Text Example
Text Example
White with #2CD978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD978; }
p { color: rgb(44,217,120); }
H1.HeaderClassName
{
color: #2CD978;
}
.AnyTagClassName
{
color: #2CD978;
}
</style>
background-color css
<style>
a { background-color: #2CD978; }
a { background-color: rgb(44,217,120); }
div.DivClassName
{
background-color: #2CD978;
}
.BgClassName
{
background-color: #2CD978;
}
</style>
border-color css
<style>
span { border-color: #2CD978; }
span { border-color: rgb(44,217,120); }
td.TdClassName
{
border-color: #2CD978;
}
.TagClassName
{
border-color: #2CD978;
}
</style>