Shades of Malachite #2DDF63
Tints of Malachite #2DDF63
RGB
CMYK
RGB Variations
Color information
#2DDF63 (or 0x2DDF63) is known color: Malachite. HEX triplet: 2D, DF and 63. RGB value is (45,223,99). Sum of RGB (Red+Green+Blue) = 45+223+99=367 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.26% from 367); Green value is 223 (87.5% from 255 or 60.76% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDF63 is #D2209C. Grayscale: #9B9B9B. Windows color (decimal): -13770909 or 6545197. OLE color: 6545197.
HSL color Cylindrical-coordinate representation of color #2DDF63: hue angle of 138.2º 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 #2DDF63 is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 99 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.13 |
| HSL | 138.2º | 0.74% | 0.53% | - |
| HSV(B) | 138.2º | 0.8% | 0.87% | - |
| XYZ | 29.72 | 54.23 | 20.71 | - |
| YUV | 155.64 | 96.03 | 49.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 99 | 0.80 | 0 | 0.56 | 0.13 | 138.2 | 0.74 | 0.53 |
| Hex | 2D | DF | 63 | 50 | 0 | 38 | D | 8A | 4A | 35 |
| Octal | 55 | 337 | 143 | 120 | 0 | 70 | 15 | 212 | 112 | 65 |
| Binary | 101101 | 11011111 | 1100011 | 1010000 | 0 | 111000 | 1101 | 10001010 | 1001010 | 110101 |
Color Harmonies of #2DDF63
Complementary color
Monochromatic Colors of #2DDF63
Black with #2DDF63
Text Example
Text Example
White with #2DDF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDF63; }
p { color: rgb(45,223,99); }
H1.HeaderClassName
{
color: #2DDF63;
}
.AnyTagClassName
{
color: #2DDF63;
}
</style>
background-color css
<style>
a { background-color: #2DDF63; }
a { background-color: rgb(45,223,99); }
div.DivClassName
{
background-color: #2DDF63;
}
.BgClassName
{
background-color: #2DDF63;
}
</style>
border-color css
<style>
span { border-color: #2DDF63; }
span { border-color: rgb(45,223,99); }
td.TdClassName
{
border-color: #2DDF63;
}
.TagClassName
{
border-color: #2DDF63;
}
</style>