Shades of Malachite #2DEA5E
Tints of Malachite #2DEA5E
RGB
CMYK
RGB Variations
Color information
#2DEA5E (or 0x2DEA5E) is known color: Malachite. HEX triplet: 2D, EA and 5E. RGB value is (45,234,94). Sum of RGB (Red+Green+Blue) = 45+234+94=373 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.06% from 373); Green value is 234 (91.80% from 255 or 62.73% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEA5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DEA5E is #D215A1. Grayscale: #A1A1A1. Windows color (decimal): -13768098 or 6220333. OLE color: 6220333.
HSL color Cylindrical-coordinate representation of color #2DEA5E: hue angle of 135.56º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEA5E is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 234 | 94 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.08 |
| HSL | 135.56º | 0.82% | 0.55% | - |
| HSV(B) | 135.56º | 0.81% | 0.92% | - |
| XYZ | 32.53 | 60.21 | 20.5 | - |
| YUV | 161.53 | 89.88 | 44.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 234 | 94 | 0.81 | 0 | 0.60 | 0.08 | 135.56 | 0.82 | 0.55 |
| Hex | 2D | EA | 5E | 51 | 0 | 3C | 8 | 88 | 52 | 37 |
| Octal | 55 | 352 | 136 | 121 | 0 | 74 | 10 | 210 | 122 | 67 |
| Binary | 101101 | 11101010 | 1011110 | 1010001 | 0 | 111100 | 1000 | 10001000 | 1010010 | 110111 |
Color Harmonies of #2DEA5E
Complementary color
Monochromatic Colors of #2DEA5E
Black with #2DEA5E
Text Example
Text Example
White with #2DEA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEA5E; }
p { color: rgb(45,234,94); }
H1.HeaderClassName
{
color: #2DEA5E;
}
.AnyTagClassName
{
color: #2DEA5E;
}
</style>
background-color css
<style>
a { background-color: #2DEA5E; }
a { background-color: rgb(45,234,94); }
div.DivClassName
{
background-color: #2DEA5E;
}
.BgClassName
{
background-color: #2DEA5E;
}
</style>
border-color css
<style>
span { border-color: #2DEA5E; }
span { border-color: rgb(45,234,94); }
td.TdClassName
{
border-color: #2DEA5E;
}
.TagClassName
{
border-color: #2DEA5E;
}
</style>