Shades of Malachite #2CDC66
Tints of Malachite #2CDC66
RGB
CMYK
RGB Variations
Color information
#2CDC66 (or 0x2CDC66) is known color: Malachite. HEX triplet: 2C, DC and 66. RGB value is (44,220,102). Sum of RGB (Red+Green+Blue) = 44+220+102=366 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.02% from 366); Green value is 220 (86.33% from 255 or 60.11% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDC66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDC66 is #D32399. Grayscale: #9A9A9A. Windows color (decimal): -13837210 or 6741036. OLE color: 6741036.
HSL color Cylindrical-coordinate representation of color #2CDC66: hue angle of 139.77º 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 #2CDC66 is Cyan = 0.8, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 220 | 102 | - |
| CMYK | 0.8 | 0 | 0.54 | 0.14 |
| HSL | 139.77º | 0.72% | 0.52% | - |
| HSV(B) | 139.77º | 0.8% | 0.86% | - |
| XYZ | 29.03 | 52.68 | 21.21 | - |
| YUV | 153.92 | 98.69 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 102 | 0.8 | 0 | 0.54 | 0.14 | 139.77 | 0.72 | 0.52 |
| Hex | 2C | DC | 66 | 50 | 0 | 36 | E | 8C | 48 | 34 |
| Octal | 54 | 334 | 146 | 120 | 0 | 66 | 16 | 214 | 110 | 64 |
| Binary | 101100 | 11011100 | 1100110 | 1010000 | 0 | 110110 | 1110 | 10001100 | 1001000 | 110100 |
Color Harmonies of #2CDC66
Complementary color
Monochromatic Colors of #2CDC66
Black with #2CDC66
Text Example
Text Example
White with #2CDC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDC66; }
p { color: rgb(44,220,102); }
H1.HeaderClassName
{
color: #2CDC66;
}
.AnyTagClassName
{
color: #2CDC66;
}
</style>
background-color css
<style>
a { background-color: #2CDC66; }
a { background-color: rgb(44,220,102); }
div.DivClassName
{
background-color: #2CDC66;
}
.BgClassName
{
background-color: #2CDC66;
}
</style>
border-color css
<style>
span { border-color: #2CDC66; }
span { border-color: rgb(44,220,102); }
td.TdClassName
{
border-color: #2CDC66;
}
.TagClassName
{
border-color: #2CDC66;
}
</style>