Shades of Malachite #2DE562
Tints of Malachite #2DE562
RGB
CMYK
RGB Variations
Color information
#2DE562 (or 0x2DE562) is known color: Malachite. HEX triplet: 2D, E5 and 62. RGB value is (45,229,98). Sum of RGB (Red+Green+Blue) = 45+229+98=372 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.10% from 372); Green value is 229 (89.84% from 255 or 61.56% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 229 - color contains mainly: green. Hex color #2DE562 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE562 is #D21A9D. Grayscale: #9F9F9F. Windows color (decimal): -13769374 or 6481197. OLE color: 6481197.
HSL color Cylindrical-coordinate representation of color #2DE562: hue angle of 137.28º 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 #2DE562 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 45 | 229 | 98 | - |
| CMYK | 0.80 | 0 | 0.57 | 0.10 |
| HSL | 137.28º | 0.78% | 0.54% | - |
| HSV(B) | 137.28º | 0.8% | 0.9% | - |
| XYZ | 31.31 | 57.48 | 21 | - |
| YUV | 159.05 | 93.54 | 46.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 229 | 98 | 0.80 | 0 | 0.57 | 0.10 | 137.28 | 0.78 | 0.54 |
| Hex | 2D | E5 | 62 | 50 | 0 | 39 | A | 89 | 4E | 36 |
| Octal | 55 | 345 | 142 | 120 | 0 | 71 | 12 | 211 | 116 | 66 |
| Binary | 101101 | 11100101 | 1100010 | 1010000 | 0 | 111001 | 1010 | 10001001 | 1001110 | 110110 |
Color Harmonies of #2DE562
Complementary color
Monochromatic Colors of #2DE562
Black with #2DE562
Text Example
Text Example
White with #2DE562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE562; }
p { color: rgb(45,229,98); }
H1.HeaderClassName
{
color: #2DE562;
}
.AnyTagClassName
{
color: #2DE562;
}
</style>
background-color css
<style>
a { background-color: #2DE562; }
a { background-color: rgb(45,229,98); }
div.DivClassName
{
background-color: #2DE562;
}
.BgClassName
{
background-color: #2DE562;
}
</style>
border-color css
<style>
span { border-color: #2DE562; }
span { border-color: rgb(45,229,98); }
td.TdClassName
{
border-color: #2DE562;
}
.TagClassName
{
border-color: #2DE562;
}
</style>