Shades of Malachite #2DE265
Tints of Malachite #2DE265
RGB
CMYK
RGB Variations
Color information
#2DE265 (or 0x2DE265) is known color: Malachite. HEX triplet: 2D, E2 and 65. RGB value is (45,226,101). Sum of RGB (Red+Green+Blue) = 45+226+101=372 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.10% from 372); Green value is 226 (88.67% from 255 or 60.75% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 226 - color contains mainly: green. Hex color #2DE265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE265 is #D21D9A. Grayscale: #9D9D9D. Windows color (decimal): -13770139 or 6677037. OLE color: 6677037.
HSL color Cylindrical-coordinate representation of color #2DE265: hue angle of 138.56º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE265 is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 45 | 226 | 101 | - |
| CMYK | 0.80 | 0 | 0.55 | 0.11 |
| HSL | 138.56º | 0.76% | 0.53% | - |
| HSV(B) | 138.56º | 0.8% | 0.89% | - |
| XYZ | 30.63 | 55.89 | 21.49 | - |
| YUV | 157.63 | 96.03 | 47.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 226 | 101 | 0.80 | 0 | 0.55 | 0.11 | 138.56 | 0.76 | 0.53 |
| Hex | 2D | E2 | 65 | 50 | 0 | 37 | B | 8B | 4C | 35 |
| Octal | 55 | 342 | 145 | 120 | 0 | 67 | 13 | 213 | 114 | 65 |
| Binary | 101101 | 11100010 | 1100101 | 1010000 | 0 | 110111 | 1011 | 10001011 | 1001100 | 110101 |
Color Harmonies of #2DE265
Complementary color
Monochromatic Colors of #2DE265
Black with #2DE265
Text Example
Text Example
White with #2DE265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE265; }
p { color: rgb(45,226,101); }
H1.HeaderClassName
{
color: #2DE265;
}
.AnyTagClassName
{
color: #2DE265;
}
</style>
background-color css
<style>
a { background-color: #2DE265; }
a { background-color: rgb(45,226,101); }
div.DivClassName
{
background-color: #2DE265;
}
.BgClassName
{
background-color: #2DE265;
}
</style>
border-color css
<style>
span { border-color: #2DE265; }
span { border-color: rgb(45,226,101); }
td.TdClassName
{
border-color: #2DE265;
}
.TagClassName
{
border-color: #2DE265;
}
</style>