Shades of Malachite #2DDC6A
Tints of Malachite #2DDC6A
RGB
CMYK
RGB Variations
Color information
#2DDC6A (or 0x2DDC6A) is known color: Malachite. HEX triplet: 2D, DC and 6A. RGB value is (45,220,106). Sum of RGB (Red+Green+Blue) = 45+220+106=371 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.13% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDC6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDC6A is #D22395. Grayscale: #9A9A9A. Windows color (decimal): -13771670 or 7003181. OLE color: 7003181.
HSL color Cylindrical-coordinate representation of color #2DDC6A: hue angle of 140.91º degrees, saturation: 0.71, 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 #2DDC6A is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 220 | 106 | - |
| CMYK | 0.80 | 0 | 0.52 | 0.14 |
| HSL | 140.91º | 0.71% | 0.52% | - |
| HSV(B) | 140.91º | 0.8% | 0.86% | - |
| XYZ | 29.28 | 52.78 | 22.28 | - |
| YUV | 154.68 | 100.52 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 106 | 0.80 | 0 | 0.52 | 0.14 | 140.91 | 0.71 | 0.52 |
| Hex | 2D | DC | 6A | 50 | 0 | 34 | E | 8D | 47 | 34 |
| Octal | 55 | 334 | 152 | 120 | 0 | 64 | 16 | 215 | 107 | 64 |
| Binary | 101101 | 11011100 | 1101010 | 1010000 | 0 | 110100 | 1110 | 10001101 | 1000111 | 110100 |
Color Harmonies of #2DDC6A
Complementary color
Monochromatic Colors of #2DDC6A
Black with #2DDC6A
Text Example
Text Example
White with #2DDC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDC6A; }
p { color: rgb(45,220,106); }
H1.HeaderClassName
{
color: #2DDC6A;
}
.AnyTagClassName
{
color: #2DDC6A;
}
</style>
background-color css
<style>
a { background-color: #2DDC6A; }
a { background-color: rgb(45,220,106); }
div.DivClassName
{
background-color: #2DDC6A;
}
.BgClassName
{
background-color: #2DDC6A;
}
</style>
border-color css
<style>
span { border-color: #2DDC6A; }
span { border-color: rgb(45,220,106); }
td.TdClassName
{
border-color: #2DDC6A;
}
.TagClassName
{
border-color: #2DDC6A;
}
</style>