Shades of Malachite #2DE552
Tints of Malachite #2DE552
RGB
CMYK
RGB Variations
Color information
#2DE552 (or 0x2DE552) is known color: Malachite. HEX triplet: 2D, E5 and 52. RGB value is (45,229,82). Sum of RGB (Red+Green+Blue) = 45+229+82=356 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.64% from 356); Green value is 229 (89.84% from 255 or 64.33% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 229 - color contains mainly: green. Hex color #2DE552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE552 is #D21AAD. Grayscale: #9D9D9D. Windows color (decimal): -13769390 or 5432621. OLE color: 5432621.
HSL color Cylindrical-coordinate representation of color #2DE552: hue angle of 132.07º 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 #2DE552 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 45 | 229 | 82 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.10 |
| HSL | 132.07º | 0.78% | 0.54% | - |
| HSV(B) | 132.07º | 0.8% | 0.9% | - |
| XYZ | 30.62 | 57.21 | 17.41 | - |
| YUV | 157.23 | 85.54 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 229 | 82 | 0.80 | 0 | 0.64 | 0.10 | 132.07 | 0.78 | 0.54 |
| Hex | 2D | E5 | 52 | 50 | 0 | 40 | A | 84 | 4E | 36 |
| Octal | 55 | 345 | 122 | 120 | 0 | 100 | 12 | 204 | 116 | 66 |
| Binary | 101101 | 11100101 | 1010010 | 1010000 | 0 | 1000000 | 1010 | 10000100 | 1001110 | 110110 |
Color Harmonies of #2DE552
Complementary color
Monochromatic Colors of #2DE552
Black with #2DE552
Text Example
Text Example
White with #2DE552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE552; }
p { color: rgb(45,229,82); }
H1.HeaderClassName
{
color: #2DE552;
}
.AnyTagClassName
{
color: #2DE552;
}
</style>
background-color css
<style>
a { background-color: #2DE552; }
a { background-color: rgb(45,229,82); }
div.DivClassName
{
background-color: #2DE552;
}
.BgClassName
{
background-color: #2DE552;
}
</style>
border-color css
<style>
span { border-color: #2DE552; }
span { border-color: rgb(45,229,82); }
td.TdClassName
{
border-color: #2DE552;
}
.TagClassName
{
border-color: #2DE552;
}
</style>