Shades of Malachite #2CDD5C
Tints of Malachite #2CDD5C
RGB
CMYK
RGB Variations
Color information
#2CDD5C (or 0x2CDD5C) is known color: Malachite. HEX triplet: 2C, DD and 5C. RGB value is (44,221,92). Sum of RGB (Red+Green+Blue) = 44+221+92=357 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.32% from 357); Green value is 221 (86.72% from 255 or 61.90% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDD5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDD5C is #D322A3. Grayscale: #999999. Windows color (decimal): -13836964 or 6085932. OLE color: 6085932.
HSL color Cylindrical-coordinate representation of color #2CDD5C: hue angle of 136.27º degrees, saturation: 0.72, 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 #2CDD5C is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 221 | 92 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.13 |
| HSL | 136.27º | 0.72% | 0.52% | - |
| HSV(B) | 136.27º | 0.8% | 0.87% | - |
| XYZ | 28.83 | 53.02 | 18.84 | - |
| YUV | 153.37 | 93.36 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 221 | 92 | 0.80 | 0 | 0.58 | 0.13 | 136.27 | 0.72 | 0.52 |
| Hex | 2C | DD | 5C | 50 | 0 | 3A | D | 88 | 48 | 34 |
| Octal | 54 | 335 | 134 | 120 | 0 | 72 | 15 | 210 | 110 | 64 |
| Binary | 101100 | 11011101 | 1011100 | 1010000 | 0 | 111010 | 1101 | 10001000 | 1001000 | 110100 |
Color Harmonies of #2CDD5C
Complementary color
Monochromatic Colors of #2CDD5C
Black with #2CDD5C
Text Example
Text Example
White with #2CDD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDD5C; }
p { color: rgb(44,221,92); }
H1.HeaderClassName
{
color: #2CDD5C;
}
.AnyTagClassName
{
color: #2CDD5C;
}
</style>
background-color css
<style>
a { background-color: #2CDD5C; }
a { background-color: rgb(44,221,92); }
div.DivClassName
{
background-color: #2CDD5C;
}
.BgClassName
{
background-color: #2CDD5C;
}
</style>
border-color css
<style>
span { border-color: #2CDD5C; }
span { border-color: rgb(44,221,92); }
td.TdClassName
{
border-color: #2CDD5C;
}
.TagClassName
{
border-color: #2CDD5C;
}
</style>