Shades of Malachite #2CF760
Tints of Malachite #2CF760
RGB
CMYK
RGB Variations
Color information
#2CF760 (or 0x2CF760) is known color: Malachite. HEX triplet: 2C, F7 and 60. RGB value is (44,247,96). Sum of RGB (Red+Green+Blue) = 44+247+96=387 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.37% from 387); Green value is 247 (96.88% from 255 or 63.82% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 247 - color contains mainly: green. Hex color #2CF760 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF760 is #D3089F. Grayscale: #A9A9A9. Windows color (decimal): -13830304 or 6354732. OLE color: 6354732.
HSL color Cylindrical-coordinate representation of color #2CF760: hue angle of 135.37º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF760 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 44 | 247 | 96 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.03 |
| HSL | 135.37º | 0.93% | 0.57% | - |
| HSV(B) | 135.37º | 0.82% | 0.97% | - |
| XYZ | 36.41 | 67.9 | 22.25 | - |
| YUV | 169.09 | 86.75 | 38.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 247 | 96 | 0.82 | 0 | 0.61 | 0.03 | 135.37 | 0.93 | 0.57 |
| Hex | 2C | F7 | 60 | 52 | 0 | 3D | 3 | 87 | 5D | 39 |
| Octal | 54 | 367 | 140 | 122 | 0 | 75 | 3 | 207 | 135 | 71 |
| Binary | 101100 | 11110111 | 1100000 | 1010010 | 0 | 111101 | 11 | 10000111 | 1011101 | 111001 |
Color Harmonies of #2CF760
Complementary color
Monochromatic Colors of #2CF760
Black with #2CF760
Text Example
Text Example
White with #2CF760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF760; }
p { color: rgb(44,247,96); }
H1.HeaderClassName
{
color: #2CF760;
}
.AnyTagClassName
{
color: #2CF760;
}
</style>
background-color css
<style>
a { background-color: #2CF760; }
a { background-color: rgb(44,247,96); }
div.DivClassName
{
background-color: #2CF760;
}
.BgClassName
{
background-color: #2CF760;
}
</style>
border-color css
<style>
span { border-color: #2CF760; }
span { border-color: rgb(44,247,96); }
td.TdClassName
{
border-color: #2CF760;
}
.TagClassName
{
border-color: #2CF760;
}
</style>