Shades of Malachite #2CDA51
Tints of Malachite #2CDA51
RGB
CMYK
RGB Variations
Color information
#2CDA51 (or 0x2CDA51) is known color: Malachite. HEX triplet: 2C, DA and 51. RGB value is (44,218,81). Sum of RGB (Red+Green+Blue) = 44+218+81=343 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.83% from 343); Green value is 218 (85.55% from 255 or 63.56% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 218 - color contains mainly: green. Hex color #2CDA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDA51 is #D325AE. Grayscale: #969696. Windows color (decimal): -13837743 or 5364268. OLE color: 5364268.
HSL color Cylindrical-coordinate representation of color #2CDA51: hue angle of 132.76º 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 #2CDA51 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 218 | 81 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.15 |
| HSL | 132.76º | 0.7% | 0.51% | - |
| HSV(B) | 132.76º | 0.8% | 0.85% | - |
| XYZ | 27.6 | 51.27 | 16.23 | - |
| YUV | 150.36 | 88.85 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 218 | 81 | 0.80 | 0 | 0.63 | 0.15 | 132.76 | 0.7 | 0.51 |
| Hex | 2C | DA | 51 | 50 | 0 | 3F | F | 85 | 46 | 33 |
| Octal | 54 | 332 | 121 | 120 | 0 | 77 | 17 | 205 | 106 | 63 |
| Binary | 101100 | 11011010 | 1010001 | 1010000 | 0 | 111111 | 1111 | 10000101 | 1000110 | 110011 |
Color Harmonies of #2CDA51
Complementary color
Monochromatic Colors of #2CDA51
Black with #2CDA51
Text Example
Text Example
White with #2CDA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDA51; }
p { color: rgb(44,218,81); }
H1.HeaderClassName
{
color: #2CDA51;
}
.AnyTagClassName
{
color: #2CDA51;
}
</style>
background-color css
<style>
a { background-color: #2CDA51; }
a { background-color: rgb(44,218,81); }
div.DivClassName
{
background-color: #2CDA51;
}
.BgClassName
{
background-color: #2CDA51;
}
</style>
border-color css
<style>
span { border-color: #2CDA51; }
span { border-color: rgb(44,218,81); }
td.TdClassName
{
border-color: #2CDA51;
}
.TagClassName
{
border-color: #2CDA51;
}
</style>