Shades of Malachite #2CF65F
Tints of Malachite #2CF65F
RGB
CMYK
RGB Variations
Color information
#2CF65F (or 0x2CF65F) is known color: Malachite. HEX triplet: 2C, F6 and 5F. RGB value is (44,246,95). Sum of RGB (Red+Green+Blue) = 44+246+95=385 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.43% from 385); Green value is 246 (96.48% from 255 or 63.90% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 246 - color contains mainly: green. Hex color #2CF65F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF65F is #D309A0. Grayscale: #A8A8A8. Windows color (decimal): -13830561 or 6288940. OLE color: 6288940.
HSL color Cylindrical-coordinate representation of color #2CF65F: hue angle of 135.15º 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 #2CF65F is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 246 | 95 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.04 |
| HSL | 135.15º | 0.92% | 0.57% | - |
| HSV(B) | 135.15º | 0.82% | 0.96% | - |
| XYZ | 36.06 | 67.27 | 21.91 | - |
| YUV | 168.39 | 86.58 | 39.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 246 | 95 | 0.82 | 0 | 0.61 | 0.04 | 135.15 | 0.92 | 0.57 |
| Hex | 2C | F6 | 5F | 52 | 0 | 3D | 4 | 87 | 5C | 39 |
| Octal | 54 | 366 | 137 | 122 | 0 | 75 | 4 | 207 | 134 | 71 |
| Binary | 101100 | 11110110 | 1011111 | 1010010 | 0 | 111101 | 100 | 10000111 | 1011100 | 111001 |
Color Harmonies of #2CF65F
Complementary color
Monochromatic Colors of #2CF65F
Black with #2CF65F
Text Example
Text Example
White with #2CF65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF65F; }
p { color: rgb(44,246,95); }
H1.HeaderClassName
{
color: #2CF65F;
}
.AnyTagClassName
{
color: #2CF65F;
}
</style>
background-color css
<style>
a { background-color: #2CF65F; }
a { background-color: rgb(44,246,95); }
div.DivClassName
{
background-color: #2CF65F;
}
.BgClassName
{
background-color: #2CF65F;
}
</style>
border-color css
<style>
span { border-color: #2CF65F; }
span { border-color: rgb(44,246,95); }
td.TdClassName
{
border-color: #2CF65F;
}
.TagClassName
{
border-color: #2CF65F;
}
</style>