Shades of Malachite #2DDF53
Tints of Malachite #2DDF53
RGB
CMYK
RGB Variations
Color information
#2DDF53 (or 0x2DDF53) is known color: Malachite. HEX triplet: 2D, DF and 53. RGB value is (45,223,83). Sum of RGB (Red+Green+Blue) = 45+223+83=351 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.82% from 351); Green value is 223 (87.5% from 255 or 63.53% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDF53 is #D220AC. Grayscale: #9A9A9A. Windows color (decimal): -13770925 or 5496621. OLE color: 5496621.
HSL color Cylindrical-coordinate representation of color #2DDF53: hue angle of 132.81º 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 #2DDF53 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 83 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.13 |
| HSL | 132.81º | 0.74% | 0.53% | - |
| HSV(B) | 132.81º | 0.8% | 0.87% | - |
| XYZ | 29.03 | 53.96 | 17.07 | - |
| YUV | 153.82 | 88.03 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 83 | 0.80 | 0 | 0.63 | 0.13 | 132.81 | 0.74 | 0.53 |
| Hex | 2D | DF | 53 | 50 | 0 | 3F | D | 85 | 4A | 35 |
| Octal | 55 | 337 | 123 | 120 | 0 | 77 | 15 | 205 | 112 | 65 |
| Binary | 101101 | 11011111 | 1010011 | 1010000 | 0 | 111111 | 1101 | 10000101 | 1001010 | 110101 |
Color Harmonies of #2DDF53
Complementary color
Monochromatic Colors of #2DDF53
Black with #2DDF53
Text Example
Text Example
White with #2DDF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDF53; }
p { color: rgb(45,223,83); }
H1.HeaderClassName
{
color: #2DDF53;
}
.AnyTagClassName
{
color: #2DDF53;
}
</style>
background-color css
<style>
a { background-color: #2DDF53; }
a { background-color: rgb(45,223,83); }
div.DivClassName
{
background-color: #2DDF53;
}
.BgClassName
{
background-color: #2DDF53;
}
</style>
border-color css
<style>
span { border-color: #2DDF53; }
span { border-color: rgb(45,223,83); }
td.TdClassName
{
border-color: #2DDF53;
}
.TagClassName
{
border-color: #2DDF53;
}
</style>