Shades of Malachite #2CF751
Tints of Malachite #2CF751
RGB
CMYK
RGB Variations
Color information
#2CF751 (or 0x2CF751) is known color: Malachite. HEX triplet: 2C, F7 and 51. RGB value is (44,247,81). Sum of RGB (Red+Green+Blue) = 44+247+81=372 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.83% from 372); Green value is 247 (96.88% from 255 or 66.40% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 247 - color contains mainly: green. Hex color #2CF751 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF751 is #D308AE. Grayscale: #A7A7A7. Windows color (decimal): -13830319 or 5371692. OLE color: 5371692.
HSL color Cylindrical-coordinate representation of color #2CF751: hue angle of 130.94º 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 #2CF751 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 44 | 247 | 81 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.03 |
| HSL | 130.94º | 0.93% | 0.57% | - |
| HSV(B) | 130.94º | 0.82% | 0.97% | - |
| XYZ | 35.78 | 67.65 | 18.96 | - |
| YUV | 167.38 | 79.25 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 247 | 81 | 0.82 | 0 | 0.67 | 0.03 | 130.94 | 0.93 | 0.57 |
| Hex | 2C | F7 | 51 | 52 | 0 | 43 | 3 | 83 | 5D | 39 |
| Octal | 54 | 367 | 121 | 122 | 0 | 103 | 3 | 203 | 135 | 71 |
| Binary | 101100 | 11110111 | 1010001 | 1010010 | 0 | 1000011 | 11 | 10000011 | 1011101 | 111001 |
Color Harmonies of #2CF751
Complementary color
Monochromatic Colors of #2CF751
Black with #2CF751
Text Example
Text Example
White with #2CF751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF751; }
p { color: rgb(44,247,81); }
H1.HeaderClassName
{
color: #2CF751;
}
.AnyTagClassName
{
color: #2CF751;
}
</style>
background-color css
<style>
a { background-color: #2CF751; }
a { background-color: rgb(44,247,81); }
div.DivClassName
{
background-color: #2CF751;
}
.BgClassName
{
background-color: #2CF751;
}
</style>
border-color css
<style>
span { border-color: #2CF751; }
span { border-color: rgb(44,247,81); }
td.TdClassName
{
border-color: #2CF751;
}
.TagClassName
{
border-color: #2CF751;
}
</style>