Shades of Malachite #2DDD68
Tints of Malachite #2DDD68
RGB
CMYK
RGB Variations
Color information
#2DDD68 (or 0x2DDD68) is known color: Malachite. HEX triplet: 2D, DD and 68. RGB value is (45,221,104). Sum of RGB (Red+Green+Blue) = 45+221+104=370 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.16% from 370); Green value is 221 (86.72% from 255 or 59.73% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDD68 is #D22297. Grayscale: #9B9B9B. Windows color (decimal): -13771416 or 6872365. OLE color: 6872365.
HSL color Cylindrical-coordinate representation of color #2DDD68: hue angle of 140.11º 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 #2DDD68 is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 104 | - |
| CMYK | 0.80 | 0 | 0.53 | 0.13 |
| HSL | 140.11º | 0.72% | 0.52% | - |
| HSV(B) | 140.11º | 0.8% | 0.87% | - |
| XYZ | 29.44 | 53.27 | 21.83 | - |
| YUV | 155.04 | 99.19 | 49.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 104 | 0.80 | 0 | 0.53 | 0.13 | 140.11 | 0.72 | 0.52 |
| Hex | 2D | DD | 68 | 50 | 0 | 35 | D | 8C | 48 | 34 |
| Octal | 55 | 335 | 150 | 120 | 0 | 65 | 15 | 214 | 110 | 64 |
| Binary | 101101 | 11011101 | 1101000 | 1010000 | 0 | 110101 | 1101 | 10001100 | 1001000 | 110100 |
Color Harmonies of #2DDD68
Complementary color
Monochromatic Colors of #2DDD68
Black with #2DDD68
Text Example
Text Example
White with #2DDD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDD68; }
p { color: rgb(45,221,104); }
H1.HeaderClassName
{
color: #2DDD68;
}
.AnyTagClassName
{
color: #2DDD68;
}
</style>
background-color css
<style>
a { background-color: #2DDD68; }
a { background-color: rgb(45,221,104); }
div.DivClassName
{
background-color: #2DDD68;
}
.BgClassName
{
background-color: #2DDD68;
}
</style>
border-color css
<style>
span { border-color: #2DDD68; }
span { border-color: rgb(45,221,104); }
td.TdClassName
{
border-color: #2DDD68;
}
.TagClassName
{
border-color: #2DDD68;
}
</style>