Shades of Malachite #2DDC50
Tints of Malachite #2DDC50
RGB
CMYK
RGB Variations
Color information
#2DDC50 (or 0x2DDC50) is known color: Malachite. HEX triplet: 2D, DC and 50. RGB value is (45,220,80). Sum of RGB (Red+Green+Blue) = 45+220+80=345 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.04% from 345); Green value is 220 (86.33% from 255 or 63.77% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDC50 is #D223AF. Grayscale: #989898. Windows color (decimal): -13771696 or 5299245. OLE color: 5299245.
HSL color Cylindrical-coordinate representation of color #2DDC50: hue angle of 132º 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 #2DDC50 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 220 | 80 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.14 |
| HSL | 132º | 0.71% | 0.52% | - |
| HSV(B) | 132º | 0.8% | 0.86% | - |
| XYZ | 28.12 | 52.32 | 16.21 | - |
| YUV | 151.72 | 87.52 | 51.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 80 | 0.80 | 0 | 0.64 | 0.14 | 132 | 0.71 | 0.52 |
| Hex | 2D | DC | 50 | 50 | 0 | 40 | E | 84 | 47 | 34 |
| Octal | 55 | 334 | 120 | 120 | 0 | 100 | 16 | 204 | 107 | 64 |
| Binary | 101101 | 11011100 | 1010000 | 1010000 | 0 | 1000000 | 1110 | 10000100 | 1000111 | 110100 |
Color Harmonies of #2DDC50
Complementary color
Monochromatic Colors of #2DDC50
Black with #2DDC50
Text Example
Text Example
White with #2DDC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDC50; }
p { color: rgb(45,220,80); }
H1.HeaderClassName
{
color: #2DDC50;
}
.AnyTagClassName
{
color: #2DDC50;
}
</style>
background-color css
<style>
a { background-color: #2DDC50; }
a { background-color: rgb(45,220,80); }
div.DivClassName
{
background-color: #2DDC50;
}
.BgClassName
{
background-color: #2DDC50;
}
</style>
border-color css
<style>
span { border-color: #2DDC50; }
span { border-color: rgb(45,220,80); }
td.TdClassName
{
border-color: #2DDC50;
}
.TagClassName
{
border-color: #2DDC50;
}
</style>