Shades of Malachite #2CDA53
Tints of Malachite #2CDA53
RGB
CMYK
RGB Variations
Color information
#2CDA53 (or 0x2CDA53) is known color: Malachite. HEX triplet: 2C, DA and 53. RGB value is (44,218,83). Sum of RGB (Red+Green+Blue) = 44+218+83=345 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.75% from 345); Green value is 218 (85.55% from 255 or 63.19% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 218 - color contains mainly: green. Hex color #2CDA53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDA53 is #D325AC. Grayscale: #969696. Windows color (decimal): -13837741 or 5495340. OLE color: 5495340.
HSL color Cylindrical-coordinate representation of color #2CDA53: hue angle of 133.45º 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 #2CDA53 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 218 | 83 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.15 |
| HSL | 133.45º | 0.7% | 0.51% | - |
| HSV(B) | 133.45º | 0.8% | 0.85% | - |
| XYZ | 27.67 | 51.3 | 16.63 | - |
| YUV | 150.58 | 89.85 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 218 | 83 | 0.80 | 0 | 0.62 | 0.15 | 133.45 | 0.7 | 0.51 |
| Hex | 2C | DA | 53 | 50 | 0 | 3E | F | 85 | 46 | 33 |
| Octal | 54 | 332 | 123 | 120 | 0 | 76 | 17 | 205 | 106 | 63 |
| Binary | 101100 | 11011010 | 1010011 | 1010000 | 0 | 111110 | 1111 | 10000101 | 1000110 | 110011 |
Color Harmonies of #2CDA53
Complementary color
Monochromatic Colors of #2CDA53
Black with #2CDA53
Text Example
Text Example
White with #2CDA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDA53; }
p { color: rgb(44,218,83); }
H1.HeaderClassName
{
color: #2CDA53;
}
.AnyTagClassName
{
color: #2CDA53;
}
</style>
background-color css
<style>
a { background-color: #2CDA53; }
a { background-color: rgb(44,218,83); }
div.DivClassName
{
background-color: #2CDA53;
}
.BgClassName
{
background-color: #2CDA53;
}
</style>
border-color css
<style>
span { border-color: #2CDA53; }
span { border-color: rgb(44,218,83); }
td.TdClassName
{
border-color: #2CDA53;
}
.TagClassName
{
border-color: #2CDA53;
}
</style>