Shades of Malachite #2DDF65
Tints of Malachite #2DDF65
RGB
CMYK
RGB Variations
Color information
#2DDF65 (or 0x2DDF65) is known color: Malachite. HEX triplet: 2D, DF and 65. RGB value is (45,223,101). Sum of RGB (Red+Green+Blue) = 45+223+101=369 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.20% from 369); Green value is 223 (87.5% from 255 or 60.43% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDF65 is #D2209A. Grayscale: #9C9C9C. Windows color (decimal): -13770907 or 6676269. OLE color: 6676269.
HSL color Cylindrical-coordinate representation of color #2DDF65: hue angle of 138.88º 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 #2DDF65 is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 101 | - |
| CMYK | 0.80 | 0 | 0.55 | 0.13 |
| HSL | 138.88º | 0.74% | 0.53% | - |
| HSV(B) | 138.88º | 0.8% | 0.87% | - |
| XYZ | 29.82 | 54.27 | 21.22 | - |
| YUV | 155.87 | 97.03 | 48.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 101 | 0.80 | 0 | 0.55 | 0.13 | 138.88 | 0.74 | 0.53 |
| Hex | 2D | DF | 65 | 50 | 0 | 37 | D | 8B | 4A | 35 |
| Octal | 55 | 337 | 145 | 120 | 0 | 67 | 15 | 213 | 112 | 65 |
| Binary | 101101 | 11011111 | 1100101 | 1010000 | 0 | 110111 | 1101 | 10001011 | 1001010 | 110101 |
Color Harmonies of #2DDF65
Complementary color
Monochromatic Colors of #2DDF65
Black with #2DDF65
Text Example
Text Example
White with #2DDF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDF65; }
p { color: rgb(45,223,101); }
H1.HeaderClassName
{
color: #2DDF65;
}
.AnyTagClassName
{
color: #2DDF65;
}
</style>
background-color css
<style>
a { background-color: #2DDF65; }
a { background-color: rgb(45,223,101); }
div.DivClassName
{
background-color: #2DDF65;
}
.BgClassName
{
background-color: #2DDF65;
}
</style>
border-color css
<style>
span { border-color: #2DDF65; }
span { border-color: rgb(45,223,101); }
td.TdClassName
{
border-color: #2DDF65;
}
.TagClassName
{
border-color: #2DDF65;
}
</style>