Shades of Malachite #2CD351
Tints of Malachite #2CD351
RGB
CMYK
RGB Variations
Color information
#2CD351 (or 0x2CD351) is known color: Malachite. HEX triplet: 2C, D3 and 51. RGB value is (44,211,81). Sum of RGB (Red+Green+Blue) = 44+211+81=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 211 (82.81% from 255 or 62.80% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 211 - color contains mainly: green. Hex color #2CD351 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD351 is #D32CAE. Grayscale: #929292. Windows color (decimal): -13839535 or 5362476. OLE color: 5362476.
HSL color Cylindrical-coordinate representation of color #2CD351: hue angle of 133.29º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD351 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 44 | 211 | 81 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.17 |
| HSL | 133.29º | 0.65% | 0.5% | - |
| HSV(B) | 133.29º | 0.79% | 0.83% | - |
| XYZ | 25.82 | 47.72 | 15.63 | - |
| YUV | 146.25 | 91.17 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 211 | 81 | 0.79 | 0 | 0.62 | 0.17 | 133.29 | 0.65 | 0.5 |
| Hex | 2C | D3 | 51 | 4F | 0 | 3E | 11 | 85 | 41 | 32 |
| Octal | 54 | 323 | 121 | 117 | 0 | 76 | 21 | 205 | 101 | 62 |
| Binary | 101100 | 11010011 | 1010001 | 1001111 | 0 | 111110 | 10001 | 10000101 | 1000001 | 110010 |
Color Harmonies of #2CD351
Complementary color
Monochromatic Colors of #2CD351
Black with #2CD351
Text Example
Text Example
White with #2CD351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD351; }
p { color: rgb(44,211,81); }
H1.HeaderClassName
{
color: #2CD351;
}
.AnyTagClassName
{
color: #2CD351;
}
</style>
background-color css
<style>
a { background-color: #2CD351; }
a { background-color: rgb(44,211,81); }
div.DivClassName
{
background-color: #2CD351;
}
.BgClassName
{
background-color: #2CD351;
}
</style>
border-color css
<style>
span { border-color: #2CD351; }
span { border-color: rgb(44,211,81); }
td.TdClassName
{
border-color: #2CD351;
}
.TagClassName
{
border-color: #2CD351;
}
</style>