Shades of Malachite #2FEC56
Tints of Malachite #2FEC56
RGB
CMYK
RGB Variations
Color information
#2FEC56 (or 0x2FEC56) is known color: Malachite. HEX triplet: 2F, EC and 56. RGB value is (47,236,86). Sum of RGB (Red+Green+Blue) = 47+236+86=369 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.74% from 369); Green value is 236 (92.58% from 255 or 63.96% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC56 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEC56 is #D013A9. Grayscale: #A2A2A2. Windows color (decimal): -13636522 or 5696559. OLE color: 5696559.
HSL color Cylindrical-coordinate representation of color #2FEC56: hue angle of 132.38º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEC56 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 86 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.07 |
| HSL | 132.38º | 0.83% | 0.55% | - |
| HSV(B) | 132.38º | 0.8% | 0.93% | - |
| XYZ | 32.85 | 61.27 | 18.9 | - |
| YUV | 162.39 | 84.88 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 86 | 0.80 | 0 | 0.64 | 0.07 | 132.38 | 0.83 | 0.55 |
| Hex | 2F | EC | 56 | 50 | 0 | 40 | 7 | 84 | 53 | 37 |
| Octal | 57 | 354 | 126 | 120 | 0 | 100 | 7 | 204 | 123 | 67 |
| Binary | 101111 | 11101100 | 1010110 | 1010000 | 0 | 1000000 | 111 | 10000100 | 1010011 | 110111 |
Color Harmonies of #2FEC56
Complementary color
Monochromatic Colors of #2FEC56
Black with #2FEC56
Text Example
Text Example
White with #2FEC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEC56; }
p { color: rgb(47,236,86); }
H1.HeaderClassName
{
color: #2FEC56;
}
.AnyTagClassName
{
color: #2FEC56;
}
</style>
background-color css
<style>
a { background-color: #2FEC56; }
a { background-color: rgb(47,236,86); }
div.DivClassName
{
background-color: #2FEC56;
}
.BgClassName
{
background-color: #2FEC56;
}
</style>
border-color css
<style>
span { border-color: #2FEC56; }
span { border-color: rgb(47,236,86); }
td.TdClassName
{
border-color: #2FEC56;
}
.TagClassName
{
border-color: #2FEC56;
}
</style>