Shades of Malachite #2CD551
Tints of Malachite #2CD551
RGB
CMYK
RGB Variations
Color information
#2CD551 (or 0x2CD551) is known color: Malachite. HEX triplet: 2C, D5 and 51. RGB value is (44,213,81). Sum of RGB (Red+Green+Blue) = 44+213+81=338 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.02% from 338); Green value is 213 (83.59% from 255 or 63.02% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 213 - color contains mainly: green. Hex color #2CD551 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD551 is #D32AAE. Grayscale: #939393. Windows color (decimal): -13839023 or 5362988. OLE color: 5362988.
HSL color Cylindrical-coordinate representation of color #2CD551: hue angle of 133.14º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD551 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 213 | 81 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.16 |
| HSL | 133.14º | 0.67% | 0.5% | - |
| HSV(B) | 133.14º | 0.79% | 0.84% | - |
| XYZ | 26.32 | 48.72 | 15.8 | - |
| YUV | 147.42 | 90.51 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 213 | 81 | 0.79 | 0 | 0.62 | 0.16 | 133.14 | 0.67 | 0.5 |
| Hex | 2C | D5 | 51 | 4F | 0 | 3E | 10 | 85 | 43 | 32 |
| Octal | 54 | 325 | 121 | 117 | 0 | 76 | 20 | 205 | 103 | 62 |
| Binary | 101100 | 11010101 | 1010001 | 1001111 | 0 | 111110 | 10000 | 10000101 | 1000011 | 110010 |
Color Harmonies of #2CD551
Complementary color
Monochromatic Colors of #2CD551
Black with #2CD551
Text Example
Text Example
White with #2CD551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD551; }
p { color: rgb(44,213,81); }
H1.HeaderClassName
{
color: #2CD551;
}
.AnyTagClassName
{
color: #2CD551;
}
</style>
background-color css
<style>
a { background-color: #2CD551; }
a { background-color: rgb(44,213,81); }
div.DivClassName
{
background-color: #2CD551;
}
.BgClassName
{
background-color: #2CD551;
}
</style>
border-color css
<style>
span { border-color: #2CD551; }
span { border-color: rgb(44,213,81); }
td.TdClassName
{
border-color: #2CD551;
}
.TagClassName
{
border-color: #2CD551;
}
</style>