Shades of Malachite #2CDA5D
Tints of Malachite #2CDA5D
RGB
CMYK
RGB Variations
Color information
#2CDA5D (or 0x2CDA5D) is known color: Malachite. HEX triplet: 2C, DA and 5D. RGB value is (44,218,93). Sum of RGB (Red+Green+Blue) = 44+218+93=355 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.39% from 355); Green value is 218 (85.55% from 255 or 61.41% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 218 - color contains mainly: green. Hex color #2CDA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDA5D is #D325A2. Grayscale: #989898. Windows color (decimal): -13837731 or 6150700. OLE color: 6150700.
HSL color Cylindrical-coordinate representation of color #2CDA5D: hue angle of 136.9º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDA5D is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 218 | 93 | - |
| CMYK | 0.80 | 0 | 0.57 | 0.15 |
| HSL | 136.9º | 0.7% | 0.51% | - |
| HSV(B) | 136.9º | 0.8% | 0.85% | - |
| XYZ | 28.09 | 51.47 | 18.81 | - |
| YUV | 151.72 | 94.85 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 218 | 93 | 0.80 | 0 | 0.57 | 0.15 | 136.9 | 0.7 | 0.51 |
| Hex | 2C | DA | 5D | 50 | 0 | 39 | F | 89 | 46 | 33 |
| Octal | 54 | 332 | 135 | 120 | 0 | 71 | 17 | 211 | 106 | 63 |
| Binary | 101100 | 11011010 | 1011101 | 1010000 | 0 | 111001 | 1111 | 10001001 | 1000110 | 110011 |
Color Harmonies of #2CDA5D
Complementary color
Monochromatic Colors of #2CDA5D
Black with #2CDA5D
Text Example
Text Example
White with #2CDA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDA5D; }
p { color: rgb(44,218,93); }
H1.HeaderClassName
{
color: #2CDA5D;
}
.AnyTagClassName
{
color: #2CDA5D;
}
</style>
background-color css
<style>
a { background-color: #2CDA5D; }
a { background-color: rgb(44,218,93); }
div.DivClassName
{
background-color: #2CDA5D;
}
.BgClassName
{
background-color: #2CDA5D;
}
</style>
border-color css
<style>
span { border-color: #2CDA5D; }
span { border-color: rgb(44,218,93); }
td.TdClassName
{
border-color: #2CDA5D;
}
.TagClassName
{
border-color: #2CDA5D;
}
</style>