Shades of Malachite #2CDE50
Tints of Malachite #2CDE50
RGB
CMYK
RGB Variations
Color information
#2CDE50 (or 0x2CDE50) is known color: Malachite. HEX triplet: 2C, DE and 50. RGB value is (44,222,80). Sum of RGB (Red+Green+Blue) = 44+222+80=346 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.72% from 346); Green value is 222 (87.11% from 255 or 64.16% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 222 - color contains mainly: green. Hex color #2CDE50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDE50 is #D321AF. Grayscale: #989898. Windows color (decimal): -13836720 or 5299756. OLE color: 5299756.
HSL color Cylindrical-coordinate representation of color #2CDE50: hue angle of 132.13º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDE50 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 222 | 80 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.13 |
| HSL | 132.13º | 0.73% | 0.52% | - |
| HSV(B) | 132.13º | 0.8% | 0.87% | - |
| XYZ | 28.61 | 53.36 | 16.38 | - |
| YUV | 152.59 | 87.03 | 50.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 222 | 80 | 0.80 | 0 | 0.64 | 0.13 | 132.13 | 0.73 | 0.52 |
| Hex | 2C | DE | 50 | 50 | 0 | 40 | D | 84 | 49 | 34 |
| Octal | 54 | 336 | 120 | 120 | 0 | 100 | 15 | 204 | 111 | 64 |
| Binary | 101100 | 11011110 | 1010000 | 1010000 | 0 | 1000000 | 1101 | 10000100 | 1001001 | 110100 |
Color Harmonies of #2CDE50
Complementary color
Monochromatic Colors of #2CDE50
Black with #2CDE50
Text Example
Text Example
White with #2CDE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDE50; }
p { color: rgb(44,222,80); }
H1.HeaderClassName
{
color: #2CDE50;
}
.AnyTagClassName
{
color: #2CDE50;
}
</style>
background-color css
<style>
a { background-color: #2CDE50; }
a { background-color: rgb(44,222,80); }
div.DivClassName
{
background-color: #2CDE50;
}
.BgClassName
{
background-color: #2CDE50;
}
</style>
border-color css
<style>
span { border-color: #2CDE50; }
span { border-color: rgb(44,222,80); }
td.TdClassName
{
border-color: #2CDE50;
}
.TagClassName
{
border-color: #2CDE50;
}
</style>