Shades of Malachite #2DDD69
Tints of Malachite #2DDD69
RGB
CMYK
RGB Variations
Color information
#2DDD69 (or 0x2DDD69) is known color: Malachite. HEX triplet: 2D, DD and 69. RGB value is (45,221,105). Sum of RGB (Red+Green+Blue) = 45+221+105=371 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.13% from 371); Green value is 221 (86.72% from 255 or 59.57% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDD69 is #D22296. Grayscale: #9B9B9B. Windows color (decimal): -13771415 or 6937901. OLE color: 6937901.
HSL color Cylindrical-coordinate representation of color #2DDD69: hue angle of 140.45º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDD69 is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 105 | - |
| CMYK | 0.80 | 0 | 0.52 | 0.13 |
| HSL | 140.45º | 0.72% | 0.52% | - |
| HSV(B) | 140.45º | 0.8% | 0.87% | - |
| XYZ | 29.49 | 53.29 | 22.1 | - |
| YUV | 155.15 | 99.69 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 105 | 0.80 | 0 | 0.52 | 0.13 | 140.45 | 0.72 | 0.52 |
| Hex | 2D | DD | 69 | 50 | 0 | 34 | D | 8C | 48 | 34 |
| Octal | 55 | 335 | 151 | 120 | 0 | 64 | 15 | 214 | 110 | 64 |
| Binary | 101101 | 11011101 | 1101001 | 1010000 | 0 | 110100 | 1101 | 10001100 | 1001000 | 110100 |
Color Harmonies of #2DDD69
Complementary color
Monochromatic Colors of #2DDD69
Black with #2DDD69
Text Example
Text Example
White with #2DDD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDD69; }
p { color: rgb(45,221,105); }
H1.HeaderClassName
{
color: #2DDD69;
}
.AnyTagClassName
{
color: #2DDD69;
}
</style>
background-color css
<style>
a { background-color: #2DDD69; }
a { background-color: rgb(45,221,105); }
div.DivClassName
{
background-color: #2DDD69;
}
.BgClassName
{
background-color: #2DDD69;
}
</style>
border-color css
<style>
span { border-color: #2DDD69; }
span { border-color: rgb(45,221,105); }
td.TdClassName
{
border-color: #2DDD69;
}
.TagClassName
{
border-color: #2DDD69;
}
</style>