Shades of Malachite #2DDF52
Tints of Malachite #2DDF52
RGB
CMYK
RGB Variations
Color information
#2DDF52 (or 0x2DDF52) is known color: Malachite. HEX triplet: 2D, DF and 52. RGB value is (45,223,82). Sum of RGB (Red+Green+Blue) = 45+223+82=350 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.86% from 350); Green value is 223 (87.5% from 255 or 63.71% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDF52 is #D220AD. Grayscale: #9A9A9A. Windows color (decimal): -13770926 or 5431085. OLE color: 5431085.
HSL color Cylindrical-coordinate representation of color #2DDF52: hue angle of 132.47º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDF52 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 82 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.13 |
| HSL | 132.47º | 0.74% | 0.53% | - |
| HSV(B) | 132.47º | 0.8% | 0.87% | - |
| XYZ | 28.99 | 53.94 | 16.87 | - |
| YUV | 153.7 | 87.53 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 82 | 0.80 | 0 | 0.63 | 0.13 | 132.47 | 0.74 | 0.53 |
| Hex | 2D | DF | 52 | 50 | 0 | 3F | D | 84 | 4A | 35 |
| Octal | 55 | 337 | 122 | 120 | 0 | 77 | 15 | 204 | 112 | 65 |
| Binary | 101101 | 11011111 | 1010010 | 1010000 | 0 | 111111 | 1101 | 10000100 | 1001010 | 110101 |
Color Harmonies of #2DDF52
Complementary color
Monochromatic Colors of #2DDF52
Black with #2DDF52
Text Example
Text Example
White with #2DDF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDF52; }
p { color: rgb(45,223,82); }
H1.HeaderClassName
{
color: #2DDF52;
}
.AnyTagClassName
{
color: #2DDF52;
}
</style>
background-color css
<style>
a { background-color: #2DDF52; }
a { background-color: rgb(45,223,82); }
div.DivClassName
{
background-color: #2DDF52;
}
.BgClassName
{
background-color: #2DDF52;
}
</style>
border-color css
<style>
span { border-color: #2DDF52; }
span { border-color: rgb(45,223,82); }
td.TdClassName
{
border-color: #2DDF52;
}
.TagClassName
{
border-color: #2DDF52;
}
</style>