Shades of Malachite #2CF652
Tints of Malachite #2CF652
RGB
CMYK
RGB Variations
Color information
#2CF652 (or 0x2CF652) is known color: Malachite. HEX triplet: 2C, F6 and 52. RGB value is (44,246,82). Sum of RGB (Red+Green+Blue) = 44+246+82=372 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.83% from 372); Green value is 246 (96.48% from 255 or 66.13% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 246 - color contains mainly: green. Hex color #2CF652 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF652 is #D309AD. Grayscale: #A7A7A7. Windows color (decimal): -13830574 or 5436972. OLE color: 5436972.
HSL color Cylindrical-coordinate representation of color #2CF652: hue angle of 131.29º degrees, saturation: 0.92, 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 #2CF652 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 246 | 82 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.04 |
| HSL | 131.29º | 0.92% | 0.57% | - |
| HSV(B) | 131.29º | 0.82% | 0.96% | - |
| XYZ | 35.52 | 67.06 | 19.05 | - |
| YUV | 166.91 | 80.08 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 246 | 82 | 0.82 | 0 | 0.67 | 0.04 | 131.29 | 0.92 | 0.57 |
| Hex | 2C | F6 | 52 | 52 | 0 | 43 | 4 | 83 | 5C | 39 |
| Octal | 54 | 366 | 122 | 122 | 0 | 103 | 4 | 203 | 134 | 71 |
| Binary | 101100 | 11110110 | 1010010 | 1010010 | 0 | 1000011 | 100 | 10000011 | 1011100 | 111001 |
Color Harmonies of #2CF652
Complementary color
Monochromatic Colors of #2CF652
Black with #2CF652
Text Example
Text Example
White with #2CF652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF652; }
p { color: rgb(44,246,82); }
H1.HeaderClassName
{
color: #2CF652;
}
.AnyTagClassName
{
color: #2CF652;
}
</style>
background-color css
<style>
a { background-color: #2CF652; }
a { background-color: rgb(44,246,82); }
div.DivClassName
{
background-color: #2CF652;
}
.BgClassName
{
background-color: #2CF652;
}
</style>
border-color css
<style>
span { border-color: #2CF652; }
span { border-color: rgb(44,246,82); }
td.TdClassName
{
border-color: #2CF652;
}
.TagClassName
{
border-color: #2CF652;
}
</style>