Shades of Malachite #2DED4F
Tints of Malachite #2DED4F
RGB
CMYK
RGB Variations
Color information
#2DED4F (or 0x2DED4F) is known color: Malachite. HEX triplet: 2D, ED and 4F. RGB value is (45,237,79). Sum of RGB (Red+Green+Blue) = 45+237+79=361 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.47% from 361); Green value is 237 (92.97% from 255 or 65.65% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 237 - color contains mainly: green. Hex color #2DED4F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DED4F is #D212B0. Grayscale: #A2A2A2. Windows color (decimal): -13767345 or 5238061. OLE color: 5238061.
HSL color Cylindrical-coordinate representation of color #2DED4F: hue angle of 130.62º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DED4F is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 237 | 79 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.07 |
| HSL | 130.63º | 0.84% | 0.55% | - |
| HSV(B) | 130.63º | 0.81% | 0.93% | - |
| XYZ | 32.78 | 61.69 | 17.58 | - |
| YUV | 161.58 | 81.39 | 44.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 237 | 79 | 0.81 | 0 | 0.67 | 0.07 | 130.63 | 0.84 | 0.55 |
| Hex | 2D | ED | 4F | 51 | 0 | 43 | 7 | 83 | 54 | 37 |
| Octal | 55 | 355 | 117 | 121 | 0 | 103 | 7 | 203 | 124 | 67 |
| Binary | 101101 | 11101101 | 1001111 | 1010001 | 0 | 1000011 | 111 | 10000011 | 1010100 | 110111 |
Color Harmonies of #2DED4F
Complementary color
Monochromatic Colors of #2DED4F
Black with #2DED4F
Text Example
Text Example
White with #2DED4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DED4F; }
p { color: rgb(45,237,79); }
H1.HeaderClassName
{
color: #2DED4F;
}
.AnyTagClassName
{
color: #2DED4F;
}
</style>
background-color css
<style>
a { background-color: #2DED4F; }
a { background-color: rgb(45,237,79); }
div.DivClassName
{
background-color: #2DED4F;
}
.BgClassName
{
background-color: #2DED4F;
}
</style>
border-color css
<style>
span { border-color: #2DED4F; }
span { border-color: rgb(45,237,79); }
td.TdClassName
{
border-color: #2DED4F;
}
.TagClassName
{
border-color: #2DED4F;
}
</style>