Shades of Shamrock #2CDC79
Tints of Shamrock #2CDC79
RGB
CMYK
RGB Variations
Color information
#2CDC79 (or 0x2CDC79) is known color: Shamrock. HEX triplet: 2C, DC and 79. RGB value is (44,220,121). Sum of RGB (Red+Green+Blue) = 44+220+121=385 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.43% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDC79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDC79 is #D32386. Grayscale: #9C9C9C. Windows color (decimal): -13837191 or 7986220. OLE color: 7986220.
HSL color Cylindrical-coordinate representation of color #2CDC79: hue angle of 146.25º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDC79 is Cyan = 0.8, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 220 | 121 | - |
| CMYK | 0.8 | 0 | 0.45 | 0.14 |
| HSL | 146.25º | 0.72% | 0.52% | - |
| HSV(B) | 146.25º | 0.8% | 0.86% | - |
| XYZ | 30.08 | 53.1 | 26.75 | - |
| YUV | 156.09 | 108.19 | 48.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 121 | 0.8 | 0 | 0.45 | 0.14 | 146.25 | 0.72 | 0.52 |
| Hex | 2C | DC | 79 | 50 | 0 | 2D | E | 92 | 48 | 34 |
| Octal | 54 | 334 | 171 | 120 | 0 | 55 | 16 | 222 | 110 | 64 |
| Binary | 101100 | 11011100 | 1111001 | 1010000 | 0 | 101101 | 1110 | 10010010 | 1001000 | 110100 |
Color Harmonies of #2CDC79
Complementary color
Monochromatic Colors of #2CDC79
Black with #2CDC79
Text Example
Text Example
White with #2CDC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDC79; }
p { color: rgb(44,220,121); }
H1.HeaderClassName
{
color: #2CDC79;
}
.AnyTagClassName
{
color: #2CDC79;
}
</style>
background-color css
<style>
a { background-color: #2CDC79; }
a { background-color: rgb(44,220,121); }
div.DivClassName
{
background-color: #2CDC79;
}
.BgClassName
{
background-color: #2CDC79;
}
</style>
border-color css
<style>
span { border-color: #2CDC79; }
span { border-color: rgb(44,220,121); }
td.TdClassName
{
border-color: #2CDC79;
}
.TagClassName
{
border-color: #2CDC79;
}
</style>