Shades of Malachite #2DE155
Tints of Malachite #2DE155
RGB
CMYK
RGB Variations
Color information
#2DE155 (or 0x2DE155) is known color: Malachite. HEX triplet: 2D, E1 and 55. RGB value is (45,225,85). Sum of RGB (Red+Green+Blue) = 45+225+85=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 225 (88.28% from 255 or 63.38% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 225 - color contains mainly: green. Hex color #2DE155 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE155 is #D21EAA. Grayscale: #9B9B9B. Windows color (decimal): -13770411 or 5628205. OLE color: 5628205.
HSL color Cylindrical-coordinate representation of color #2DE155: hue angle of 133.33º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE155 is Cyan = 0.8, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 45 | 225 | 85 | - |
| CMYK | 0.8 | 0 | 0.62 | 0.12 |
| HSL | 133.33º | 0.75% | 0.53% | - |
| HSV(B) | 133.33º | 0.8% | 0.88% | - |
| XYZ | 29.65 | 55.06 | 17.66 | - |
| YUV | 155.22 | 88.37 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 225 | 85 | 0.8 | 0 | 0.62 | 0.12 | 133.33 | 0.75 | 0.53 |
| Hex | 2D | E1 | 55 | 50 | 0 | 3E | C | 85 | 4B | 35 |
| Octal | 55 | 341 | 125 | 120 | 0 | 76 | 14 | 205 | 113 | 65 |
| Binary | 101101 | 11100001 | 1010101 | 1010000 | 0 | 111110 | 1100 | 10000101 | 1001011 | 110101 |
Color Harmonies of #2DE155
Complementary color
Monochromatic Colors of #2DE155
Black with #2DE155
Text Example
Text Example
White with #2DE155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE155; }
p { color: rgb(45,225,85); }
H1.HeaderClassName
{
color: #2DE155;
}
.AnyTagClassName
{
color: #2DE155;
}
</style>
background-color css
<style>
a { background-color: #2DE155; }
a { background-color: rgb(45,225,85); }
div.DivClassName
{
background-color: #2DE155;
}
.BgClassName
{
background-color: #2DE155;
}
</style>
border-color css
<style>
span { border-color: #2DE155; }
span { border-color: rgb(45,225,85); }
td.TdClassName
{
border-color: #2DE155;
}
.TagClassName
{
border-color: #2DE155;
}
</style>