Shades of Malachite #2DDD67
Tints of Malachite #2DDD67
RGB
CMYK
RGB Variations
Color information
#2DDD67 (or 0x2DDD67) is known color: Malachite. HEX triplet: 2D, DD and 67. RGB value is (45,221,103). Sum of RGB (Red+Green+Blue) = 45+221+103=369 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.20% from 369); Green value is 221 (86.72% from 255 or 59.89% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDD67 is #D22298. Grayscale: #9B9B9B. Windows color (decimal): -13771417 or 6806829. OLE color: 6806829.
HSL color Cylindrical-coordinate representation of color #2DDD67: hue angle of 139.77º 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 #2DDD67 is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 103 | - |
| CMYK | 0.80 | 0 | 0.53 | 0.13 |
| HSL | 139.77º | 0.72% | 0.52% | - |
| HSV(B) | 139.77º | 0.8% | 0.87% | - |
| XYZ | 29.39 | 53.25 | 21.56 | - |
| YUV | 154.92 | 98.69 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 103 | 0.80 | 0 | 0.53 | 0.13 | 139.77 | 0.72 | 0.52 |
| Hex | 2D | DD | 67 | 50 | 0 | 35 | D | 8C | 48 | 34 |
| Octal | 55 | 335 | 147 | 120 | 0 | 65 | 15 | 214 | 110 | 64 |
| Binary | 101101 | 11011101 | 1100111 | 1010000 | 0 | 110101 | 1101 | 10001100 | 1001000 | 110100 |
Color Harmonies of #2DDD67
Complementary color
Monochromatic Colors of #2DDD67
Black with #2DDD67
Text Example
Text Example
White with #2DDD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDD67; }
p { color: rgb(45,221,103); }
H1.HeaderClassName
{
color: #2DDD67;
}
.AnyTagClassName
{
color: #2DDD67;
}
</style>
background-color css
<style>
a { background-color: #2DDD67; }
a { background-color: rgb(45,221,103); }
div.DivClassName
{
background-color: #2DDD67;
}
.BgClassName
{
background-color: #2DDD67;
}
</style>
border-color css
<style>
span { border-color: #2DDD67; }
span { border-color: rgb(45,221,103); }
td.TdClassName
{
border-color: #2DDD67;
}
.TagClassName
{
border-color: #2DDD67;
}
</style>