Shades of Malachite #2CDC62
Tints of Malachite #2CDC62
RGB
CMYK
RGB Variations
Color information
#2CDC62 (or 0x2CDC62) is known color: Malachite. HEX triplet: 2C, DC and 62. RGB value is (44,220,98). Sum of RGB (Red+Green+Blue) = 44+220+98=362 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.15% from 362); Green value is 220 (86.33% from 255 or 60.77% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDC62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDC62 is #D3239D. Grayscale: #999999. Windows color (decimal): -13837214 or 6478892. OLE color: 6478892.
HSL color Cylindrical-coordinate representation of color #2CDC62: hue angle of 138.41º 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 #2CDC62 is Cyan = 0.8, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 220 | 98 | - |
| CMYK | 0.8 | 0 | 0.55 | 0.14 |
| HSL | 138.41º | 0.72% | 0.52% | - |
| HSV(B) | 138.41º | 0.8% | 0.86% | - |
| XYZ | 28.84 | 52.6 | 20.19 | - |
| YUV | 153.47 | 96.69 | 49.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 98 | 0.8 | 0 | 0.55 | 0.14 | 138.41 | 0.72 | 0.52 |
| Hex | 2C | DC | 62 | 50 | 0 | 37 | E | 8A | 48 | 34 |
| Octal | 54 | 334 | 142 | 120 | 0 | 67 | 16 | 212 | 110 | 64 |
| Binary | 101100 | 11011100 | 1100010 | 1010000 | 0 | 110111 | 1110 | 10001010 | 1001000 | 110100 |
Color Harmonies of #2CDC62
Complementary color
Monochromatic Colors of #2CDC62
Black with #2CDC62
Text Example
Text Example
White with #2CDC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDC62; }
p { color: rgb(44,220,98); }
H1.HeaderClassName
{
color: #2CDC62;
}
.AnyTagClassName
{
color: #2CDC62;
}
</style>
background-color css
<style>
a { background-color: #2CDC62; }
a { background-color: rgb(44,220,98); }
div.DivClassName
{
background-color: #2CDC62;
}
.BgClassName
{
background-color: #2CDC62;
}
</style>
border-color css
<style>
span { border-color: #2CDC62; }
span { border-color: rgb(44,220,98); }
td.TdClassName
{
border-color: #2CDC62;
}
.TagClassName
{
border-color: #2CDC62;
}
</style>