Shades of Malachite #2DE656
Tints of Malachite #2DE656
RGB
CMYK
RGB Variations
Color information
#2DE656 (or 0x2DE656) is known color: Malachite. HEX triplet: 2D, E6 and 56. RGB value is (45,230,86). Sum of RGB (Red+Green+Blue) = 45+230+86=361 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.47% from 361); Green value is 230 (90.23% from 255 or 63.71% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 230 - color contains mainly: green. Hex color #2DE656 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DE656 is #D219A9. Grayscale: #9E9E9E. Windows color (decimal): -13769130 or 5695021. OLE color: 5695021.
HSL color Cylindrical-coordinate representation of color #2DE656: hue angle of 133.3º degrees, saturation: 0.79, 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 #2DE656 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 45 | 230 | 86 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.10 |
| HSL | 133.3º | 0.79% | 0.54% | - |
| HSV(B) | 133.3º | 0.8% | 0.9% | - |
| XYZ | 31.06 | 57.82 | 18.33 | - |
| YUV | 158.27 | 87.21 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 230 | 86 | 0.80 | 0 | 0.63 | 0.10 | 133.3 | 0.79 | 0.54 |
| Hex | 2D | E6 | 56 | 50 | 0 | 3F | A | 85 | 4F | 36 |
| Octal | 55 | 346 | 126 | 120 | 0 | 77 | 12 | 205 | 117 | 66 |
| Binary | 101101 | 11100110 | 1010110 | 1010000 | 0 | 111111 | 1010 | 10000101 | 1001111 | 110110 |
Color Harmonies of #2DE656
Complementary color
Monochromatic Colors of #2DE656
Black with #2DE656
Text Example
Text Example
White with #2DE656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE656; }
p { color: rgb(45,230,86); }
H1.HeaderClassName
{
color: #2DE656;
}
.AnyTagClassName
{
color: #2DE656;
}
</style>
background-color css
<style>
a { background-color: #2DE656; }
a { background-color: rgb(45,230,86); }
div.DivClassName
{
background-color: #2DE656;
}
.BgClassName
{
background-color: #2DE656;
}
</style>
border-color css
<style>
span { border-color: #2DE656; }
span { border-color: rgb(45,230,86); }
td.TdClassName
{
border-color: #2DE656;
}
.TagClassName
{
border-color: #2DE656;
}
</style>