Shades of Malachite #2CF65E
Tints of Malachite #2CF65E
RGB
CMYK
RGB Variations
Color information
#2CF65E (or 0x2CF65E) is known color: Malachite. HEX triplet: 2C, F6 and 5E. RGB value is (44,246,94). Sum of RGB (Red+Green+Blue) = 44+246+94=384 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.46% from 384); Green value is 246 (96.48% from 255 or 64.06% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 246 - color contains mainly: green. Hex color #2CF65E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF65E is #D309A1. Grayscale: #A8A8A8. Windows color (decimal): -13830562 or 6223404. OLE color: 6223404.
HSL color Cylindrical-coordinate representation of color #2CF65E: hue angle of 134.85º 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 #2CF65E is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 246 | 94 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.04 |
| HSL | 134.85º | 0.92% | 0.57% | - |
| HSV(B) | 134.85º | 0.82% | 0.96% | - |
| XYZ | 36.01 | 67.26 | 21.67 | - |
| YUV | 168.27 | 86.08 | 39.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 246 | 94 | 0.82 | 0 | 0.62 | 0.04 | 134.85 | 0.92 | 0.57 |
| Hex | 2C | F6 | 5E | 52 | 0 | 3E | 4 | 87 | 5C | 39 |
| Octal | 54 | 366 | 136 | 122 | 0 | 76 | 4 | 207 | 134 | 71 |
| Binary | 101100 | 11110110 | 1011110 | 1010010 | 0 | 111110 | 100 | 10000111 | 1011100 | 111001 |
Color Harmonies of #2CF65E
Complementary color
Monochromatic Colors of #2CF65E
Black with #2CF65E
Text Example
Text Example
White with #2CF65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF65E; }
p { color: rgb(44,246,94); }
H1.HeaderClassName
{
color: #2CF65E;
}
.AnyTagClassName
{
color: #2CF65E;
}
</style>
background-color css
<style>
a { background-color: #2CF65E; }
a { background-color: rgb(44,246,94); }
div.DivClassName
{
background-color: #2CF65E;
}
.BgClassName
{
background-color: #2CF65E;
}
</style>
border-color css
<style>
span { border-color: #2CF65E; }
span { border-color: rgb(44,246,94); }
td.TdClassName
{
border-color: #2CF65E;
}
.TagClassName
{
border-color: #2CF65E;
}
</style>