Shades of Malachite #2DDF5A
Tints of Malachite #2DDF5A
RGB
CMYK
RGB Variations
Color information
#2DDF5A (or 0x2DDF5A) is known color: Malachite. HEX triplet: 2D, DF and 5A. RGB value is (45,223,90). Sum of RGB (Red+Green+Blue) = 45+223+90=358 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.57% from 358); Green value is 223 (87.5% from 255 or 62.29% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDF5A is #D220A5. Grayscale: #9A9A9A. Windows color (decimal): -13770918 or 5955373. OLE color: 5955373.
HSL color Cylindrical-coordinate representation of color #2DDF5A: hue angle of 135.17º 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 #2DDF5A is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 90 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.13 |
| HSL | 135.17º | 0.74% | 0.53% | - |
| HSV(B) | 135.17º | 0.8% | 0.87% | - |
| XYZ | 29.32 | 54.07 | 18.56 | - |
| YUV | 154.62 | 91.53 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 90 | 0.80 | 0 | 0.60 | 0.13 | 135.17 | 0.74 | 0.53 |
| Hex | 2D | DF | 5A | 50 | 0 | 3C | D | 87 | 4A | 35 |
| Octal | 55 | 337 | 132 | 120 | 0 | 74 | 15 | 207 | 112 | 65 |
| Binary | 101101 | 11011111 | 1011010 | 1010000 | 0 | 111100 | 1101 | 10000111 | 1001010 | 110101 |
Color Harmonies of #2DDF5A
Complementary color
Monochromatic Colors of #2DDF5A
Black with #2DDF5A
Text Example
Text Example
White with #2DDF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDF5A; }
p { color: rgb(45,223,90); }
H1.HeaderClassName
{
color: #2DDF5A;
}
.AnyTagClassName
{
color: #2DDF5A;
}
</style>
background-color css
<style>
a { background-color: #2DDF5A; }
a { background-color: rgb(45,223,90); }
div.DivClassName
{
background-color: #2DDF5A;
}
.BgClassName
{
background-color: #2DDF5A;
}
</style>
border-color css
<style>
span { border-color: #2DDF5A; }
span { border-color: rgb(45,223,90); }
td.TdClassName
{
border-color: #2DDF5A;
}
.TagClassName
{
border-color: #2DDF5A;
}
</style>