Shades of Malachite #2CF560
Tints of Malachite #2CF560
RGB
CMYK
RGB Variations
Color information
#2CF560 (or 0x2CF560) is known color: Malachite. HEX triplet: 2C, F5 and 60. RGB value is (44,245,96). Sum of RGB (Red+Green+Blue) = 44+245+96=385 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.43% from 385); Green value is 245 (96.09% from 255 or 63.64% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 245 - color contains mainly: green. Hex color #2CF560 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF560 is #D30A9F. Grayscale: #A8A8A8. Windows color (decimal): -13830816 or 6354220. OLE color: 6354220.
HSL color Cylindrical-coordinate representation of color #2CF560: hue angle of 135.52º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF560 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 245 | 96 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.04 |
| HSL | 135.52º | 0.91% | 0.57% | - |
| HSV(B) | 135.52º | 0.82% | 0.96% | - |
| XYZ | 35.8 | 66.68 | 22.05 | - |
| YUV | 167.92 | 87.41 | 39.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 245 | 96 | 0.82 | 0 | 0.61 | 0.04 | 135.52 | 0.91 | 0.57 |
| Hex | 2C | F5 | 60 | 52 | 0 | 3D | 4 | 88 | 5B | 39 |
| Octal | 54 | 365 | 140 | 122 | 0 | 75 | 4 | 210 | 133 | 71 |
| Binary | 101100 | 11110101 | 1100000 | 1010010 | 0 | 111101 | 100 | 10001000 | 1011011 | 111001 |
Color Harmonies of #2CF560
Complementary color
Monochromatic Colors of #2CF560
Black with #2CF560
Text Example
Text Example
White with #2CF560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF560; }
p { color: rgb(44,245,96); }
H1.HeaderClassName
{
color: #2CF560;
}
.AnyTagClassName
{
color: #2CF560;
}
</style>
background-color css
<style>
a { background-color: #2CF560; }
a { background-color: rgb(44,245,96); }
div.DivClassName
{
background-color: #2CF560;
}
.BgClassName
{
background-color: #2CF560;
}
</style>
border-color css
<style>
span { border-color: #2CF560; }
span { border-color: rgb(44,245,96); }
td.TdClassName
{
border-color: #2CF560;
}
.TagClassName
{
border-color: #2CF560;
}
</style>