Shades of Malachite #2CD255
Tints of Malachite #2CD255
RGB
CMYK
RGB Variations
Color information
#2CD255 (or 0x2CD255) is known color: Malachite. HEX triplet: 2C, D2 and 55. RGB value is (44,210,85). Sum of RGB (Red+Green+Blue) = 44+210+85=339 (44% of max value = 765). Red value is 44 (17.58% from 255 or 12.98% from 339); Green value is 210 (82.42% from 255 or 61.95% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 210 - color contains mainly: green. Hex color #2CD255 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD255 is #D32DAA. Grayscale: #929292. Windows color (decimal): -13839787 or 5624364. OLE color: 5624364.
HSL color Cylindrical-coordinate representation of color #2CD255: hue angle of 134.82º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD255 is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 210 | 85 | - |
| CMYK | 0.79 | 0 | 0.60 | 0.18 |
| HSL | 134.82º | 0.65% | 0.5% | - |
| HSV(B) | 134.82º | 0.79% | 0.82% | - |
| XYZ | 25.72 | 47.28 | 16.37 | - |
| YUV | 146.12 | 93.5 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 210 | 85 | 0.79 | 0 | 0.60 | 0.18 | 134.82 | 0.65 | 0.5 |
| Hex | 2C | D2 | 55 | 4F | 0 | 3C | 12 | 87 | 41 | 32 |
| Octal | 54 | 322 | 125 | 117 | 0 | 74 | 22 | 207 | 101 | 62 |
| Binary | 101100 | 11010010 | 1010101 | 1001111 | 0 | 111100 | 10010 | 10000111 | 1000001 | 110010 |
Color Harmonies of #2CD255
Complementary color
Monochromatic Colors of #2CD255
Black with #2CD255
Text Example
Text Example
White with #2CD255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD255; }
p { color: rgb(44,210,85); }
H1.HeaderClassName
{
color: #2CD255;
}
.AnyTagClassName
{
color: #2CD255;
}
</style>
background-color css
<style>
a { background-color: #2CD255; }
a { background-color: rgb(44,210,85); }
div.DivClassName
{
background-color: #2CD255;
}
.BgClassName
{
background-color: #2CD255;
}
</style>
border-color css
<style>
span { border-color: #2CD255; }
span { border-color: rgb(44,210,85); }
td.TdClassName
{
border-color: #2CD255;
}
.TagClassName
{
border-color: #2CD255;
}
</style>