Shades of Malachite #2DE550
Tints of Malachite #2DE550
RGB
CMYK
RGB Variations
Color information
#2DE550 (or 0x2DE550) is known color: Malachite. HEX triplet: 2D, E5 and 50. RGB value is (45,229,80). Sum of RGB (Red+Green+Blue) = 45+229+80=354 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.71% from 354); Green value is 229 (89.84% from 255 or 64.69% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 229 - color contains mainly: green. Hex color #2DE550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE550 is #D21AAF. Grayscale: #9D9D9D. Windows color (decimal): -13769392 or 5301549. OLE color: 5301549.
HSL color Cylindrical-coordinate representation of color #2DE550: hue angle of 131.41º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE550 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 45 | 229 | 80 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.10 |
| HSL | 131.41º | 0.78% | 0.54% | - |
| HSV(B) | 131.41º | 0.8% | 0.9% | - |
| XYZ | 30.55 | 57.18 | 17.02 | - |
| YUV | 157 | 84.54 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 229 | 80 | 0.80 | 0 | 0.65 | 0.10 | 131.41 | 0.78 | 0.54 |
| Hex | 2D | E5 | 50 | 50 | 0 | 41 | A | 83 | 4E | 36 |
| Octal | 55 | 345 | 120 | 120 | 0 | 101 | 12 | 203 | 116 | 66 |
| Binary | 101101 | 11100101 | 1010000 | 1010000 | 0 | 1000001 | 1010 | 10000011 | 1001110 | 110110 |
Color Harmonies of #2DE550
Complementary color
Monochromatic Colors of #2DE550
Black with #2DE550
Text Example
Text Example
White with #2DE550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE550; }
p { color: rgb(45,229,80); }
H1.HeaderClassName
{
color: #2DE550;
}
.AnyTagClassName
{
color: #2DE550;
}
</style>
background-color css
<style>
a { background-color: #2DE550; }
a { background-color: rgb(45,229,80); }
div.DivClassName
{
background-color: #2DE550;
}
.BgClassName
{
background-color: #2DE550;
}
</style>
border-color css
<style>
span { border-color: #2DE550; }
span { border-color: rgb(45,229,80); }
td.TdClassName
{
border-color: #2DE550;
}
.TagClassName
{
border-color: #2DE550;
}
</style>