Shades of Malachite #2CD768
Tints of Malachite #2CD768
RGB
CMYK
RGB Variations
Color information
#2CD768 (or 0x2CD768) is known color: Malachite. HEX triplet: 2C, D7 and 68. RGB value is (44,215,104). Sum of RGB (Red+Green+Blue) = 44+215+104=363 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.12% from 363); Green value is 215 (84.38% from 255 or 59.23% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 215 - color contains mainly: green. Hex color #2CD768 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD768 is #D32897. Grayscale: #979797. Windows color (decimal): -13838488 or 6870828. OLE color: 6870828.
HSL color Cylindrical-coordinate representation of color #2CD768: hue angle of 141.05º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CD768 is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 215 | 104 | - |
| CMYK | 0.80 | 0 | 0.52 | 0.16 |
| HSL | 141.05º | 0.68% | 0.51% | - |
| HSV(B) | 141.05º | 0.8% | 0.84% | - |
| XYZ | 27.84 | 50.14 | 21.31 | - |
| YUV | 151.22 | 101.35 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 215 | 104 | 0.80 | 0 | 0.52 | 0.16 | 141.05 | 0.68 | 0.51 |
| Hex | 2C | D7 | 68 | 50 | 0 | 34 | 10 | 8D | 44 | 33 |
| Octal | 54 | 327 | 150 | 120 | 0 | 64 | 20 | 215 | 104 | 63 |
| Binary | 101100 | 11010111 | 1101000 | 1010000 | 0 | 110100 | 10000 | 10001101 | 1000100 | 110011 |
Color Harmonies of #2CD768
Complementary color
Monochromatic Colors of #2CD768
Black with #2CD768
Text Example
Text Example
White with #2CD768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD768; }
p { color: rgb(44,215,104); }
H1.HeaderClassName
{
color: #2CD768;
}
.AnyTagClassName
{
color: #2CD768;
}
</style>
background-color css
<style>
a { background-color: #2CD768; }
a { background-color: rgb(44,215,104); }
div.DivClassName
{
background-color: #2CD768;
}
.BgClassName
{
background-color: #2CD768;
}
</style>
border-color css
<style>
span { border-color: #2CD768; }
span { border-color: rgb(44,215,104); }
td.TdClassName
{
border-color: #2CD768;
}
.TagClassName
{
border-color: #2CD768;
}
</style>