Shades of Malachite #2DE864
Tints of Malachite #2DE864
RGB
CMYK
RGB Variations
Color information
#2DE864 (or 0x2DE864) is known color: Malachite. HEX triplet: 2D, E8 and 64. RGB value is (45,232,100). Sum of RGB (Red+Green+Blue) = 45+232+100=377 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.94% from 377); Green value is 232 (91.02% from 255 or 61.54% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 232 - color contains mainly: green. Hex color #2DE864 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DE864 is #D2179B. Grayscale: #A1A1A1. Windows color (decimal): -13768604 or 6613037. OLE color: 6613037.
HSL color Cylindrical-coordinate representation of color #2DE864: hue angle of 137.65º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE864 is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 232 | 100 | - |
| CMYK | 0.81 | 0 | 0.57 | 0.09 |
| HSL | 137.65º | 0.8% | 0.54% | - |
| HSV(B) | 137.65º | 0.81% | 0.91% | - |
| XYZ | 32.24 | 59.19 | 21.78 | - |
| YUV | 161.04 | 93.55 | 45.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 232 | 100 | 0.81 | 0 | 0.57 | 0.09 | 137.65 | 0.8 | 0.54 |
| Hex | 2D | E8 | 64 | 51 | 0 | 39 | 9 | 8A | 50 | 36 |
| Octal | 55 | 350 | 144 | 121 | 0 | 71 | 11 | 212 | 120 | 66 |
| Binary | 101101 | 11101000 | 1100100 | 1010001 | 0 | 111001 | 1001 | 10001010 | 1010000 | 110110 |
Color Harmonies of #2DE864
Complementary color
Monochromatic Colors of #2DE864
Black with #2DE864
Text Example
Text Example
White with #2DE864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE864; }
p { color: rgb(45,232,100); }
H1.HeaderClassName
{
color: #2DE864;
}
.AnyTagClassName
{
color: #2DE864;
}
</style>
background-color css
<style>
a { background-color: #2DE864; }
a { background-color: rgb(45,232,100); }
div.DivClassName
{
background-color: #2DE864;
}
.BgClassName
{
background-color: #2DE864;
}
</style>
border-color css
<style>
span { border-color: #2DE864; }
span { border-color: rgb(45,232,100); }
td.TdClassName
{
border-color: #2DE864;
}
.TagClassName
{
border-color: #2DE864;
}
</style>