Shades of Malachite #2CF749
Tints of Malachite #2CF749
RGB
CMYK
RGB Variations
Color information
#2CF749 (or 0x2CF749) is known color: Malachite. HEX triplet: 2C, F7 and 49. RGB value is (44,247,73). Sum of RGB (Red+Green+Blue) = 44+247+73=364 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.09% from 364); Green value is 247 (96.88% from 255 or 67.86% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 247 - color contains mainly: green. Hex color #2CF749 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF749 is #D308B6. Grayscale: #A6A6A6. Windows color (decimal): -13830327 or 4847404. OLE color: 4847404.
HSL color Cylindrical-coordinate representation of color #2CF749: hue angle of 128.57º 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 #2CF749 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 44 | 247 | 73 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.03 |
| HSL | 128.57º | 0.93% | 0.57% | - |
| HSV(B) | 128.57º | 0.82% | 0.97% | - |
| XYZ | 35.5 | 67.54 | 17.47 | - |
| YUV | 166.47 | 75.25 | 40.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 247 | 73 | 0.82 | 0 | 0.70 | 0.03 | 128.57 | 0.93 | 0.57 |
| Hex | 2C | F7 | 49 | 52 | 0 | 46 | 3 | 81 | 5D | 39 |
| Octal | 54 | 367 | 111 | 122 | 0 | 106 | 3 | 201 | 135 | 71 |
| Binary | 101100 | 11110111 | 1001001 | 1010010 | 0 | 1000110 | 11 | 10000001 | 1011101 | 111001 |
Color Harmonies of #2CF749
Complementary color
Monochromatic Colors of #2CF749
Black with #2CF749
Text Example
Text Example
White with #2CF749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF749; }
p { color: rgb(44,247,73); }
H1.HeaderClassName
{
color: #2CF749;
}
.AnyTagClassName
{
color: #2CF749;
}
</style>
background-color css
<style>
a { background-color: #2CF749; }
a { background-color: rgb(44,247,73); }
div.DivClassName
{
background-color: #2CF749;
}
.BgClassName
{
background-color: #2CF749;
}
</style>
border-color css
<style>
span { border-color: #2CF749; }
span { border-color: rgb(44,247,73); }
td.TdClassName
{
border-color: #2CF749;
}
.TagClassName
{
border-color: #2CF749;
}
</style>