Shades of Malachite #2CDB5C
Tints of Malachite #2CDB5C
RGB
CMYK
RGB Variations
Color information
#2CDB5C (or 0x2CDB5C) is known color: Malachite. HEX triplet: 2C, DB and 5C. RGB value is (44,219,92). Sum of RGB (Red+Green+Blue) = 44+219+92=355 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.39% from 355); Green value is 219 (85.94% from 255 or 61.69% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 219 - color contains mainly: green. Hex color #2CDB5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDB5C is #D324A3. Grayscale: #989898. Windows color (decimal): -13837476 or 6085420. OLE color: 6085420.
HSL color Cylindrical-coordinate representation of color #2CDB5C: hue angle of 136.46º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDB5C is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 219 | 92 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.14 |
| HSL | 136.46º | 0.71% | 0.52% | - |
| HSV(B) | 136.46º | 0.8% | 0.86% | - |
| XYZ | 28.3 | 51.97 | 18.67 | - |
| YUV | 152.2 | 94.02 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 219 | 92 | 0.80 | 0 | 0.58 | 0.14 | 136.46 | 0.71 | 0.52 |
| Hex | 2C | DB | 5C | 50 | 0 | 3A | E | 88 | 47 | 34 |
| Octal | 54 | 333 | 134 | 120 | 0 | 72 | 16 | 210 | 107 | 64 |
| Binary | 101100 | 11011011 | 1011100 | 1010000 | 0 | 111010 | 1110 | 10001000 | 1000111 | 110100 |
Color Harmonies of #2CDB5C
Complementary color
Monochromatic Colors of #2CDB5C
Black with #2CDB5C
Text Example
Text Example
White with #2CDB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDB5C; }
p { color: rgb(44,219,92); }
H1.HeaderClassName
{
color: #2CDB5C;
}
.AnyTagClassName
{
color: #2CDB5C;
}
</style>
background-color css
<style>
a { background-color: #2CDB5C; }
a { background-color: rgb(44,219,92); }
div.DivClassName
{
background-color: #2CDB5C;
}
.BgClassName
{
background-color: #2CDB5C;
}
</style>
border-color css
<style>
span { border-color: #2CDB5C; }
span { border-color: rgb(44,219,92); }
td.TdClassName
{
border-color: #2CDB5C;
}
.TagClassName
{
border-color: #2CDB5C;
}
</style>