Shades of Malachite #2DE350
Tints of Malachite #2DE350
RGB
CMYK
RGB Variations
Color information
#2DE350 (or 0x2DE350) is known color: Malachite. HEX triplet: 2D, E3 and 50. RGB value is (45,227,80). Sum of RGB (Red+Green+Blue) = 45+227+80=352 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.78% from 352); Green value is 227 (89.06% from 255 or 64.49% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 227 - color contains mainly: green. Hex color #2DE350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE350 is #D21CAF. Grayscale: #9C9C9C. Windows color (decimal): -13769904 or 5301037. OLE color: 5301037.
HSL color Cylindrical-coordinate representation of color #2DE350: hue angle of 131.54º 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 #2DE350 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 45 | 227 | 80 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.11 |
| HSL | 131.54º | 0.76% | 0.53% | - |
| HSV(B) | 131.54º | 0.8% | 0.89% | - |
| XYZ | 30 | 56.08 | 16.83 | - |
| YUV | 155.82 | 85.2 | 48.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 227 | 80 | 0.80 | 0 | 0.65 | 0.11 | 131.54 | 0.76 | 0.53 |
| Hex | 2D | E3 | 50 | 50 | 0 | 41 | B | 84 | 4C | 35 |
| Octal | 55 | 343 | 120 | 120 | 0 | 101 | 13 | 204 | 114 | 65 |
| Binary | 101101 | 11100011 | 1010000 | 1010000 | 0 | 1000001 | 1011 | 10000100 | 1001100 | 110101 |
Color Harmonies of #2DE350
Complementary color
Monochromatic Colors of #2DE350
Black with #2DE350
Text Example
Text Example
White with #2DE350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE350; }
p { color: rgb(45,227,80); }
H1.HeaderClassName
{
color: #2DE350;
}
.AnyTagClassName
{
color: #2DE350;
}
</style>
background-color css
<style>
a { background-color: #2DE350; }
a { background-color: rgb(45,227,80); }
div.DivClassName
{
background-color: #2DE350;
}
.BgClassName
{
background-color: #2DE350;
}
</style>
border-color css
<style>
span { border-color: #2DE350; }
span { border-color: rgb(45,227,80); }
td.TdClassName
{
border-color: #2DE350;
}
.TagClassName
{
border-color: #2DE350;
}
</style>