Shades of Malachite #2FE854
Tints of Malachite #2FE854
RGB
CMYK
RGB Variations
Color information
#2FE854 (or 0x2FE854) is known color: Malachite. HEX triplet: 2F, E8 and 54. RGB value is (47,232,84). Sum of RGB (Red+Green+Blue) = 47+232+84=363 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.95% from 363); Green value is 232 (91.02% from 255 or 63.91% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 232 - color contains mainly: green. Hex color #2FE854 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE854 is #D017AB. Grayscale: #A0A0A0. Windows color (decimal): -13637548 or 5564463. OLE color: 5564463.
HSL color Cylindrical-coordinate representation of color #2FE854: hue angle of 132º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE854 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 232 | 84 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.09 |
| HSL | 132º | 0.8% | 0.55% | - |
| HSV(B) | 132º | 0.8% | 0.91% | - |
| XYZ | 31.63 | 58.96 | 18.1 | - |
| YUV | 159.81 | 85.21 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 232 | 84 | 0.80 | 0 | 0.64 | 0.09 | 132 | 0.8 | 0.55 |
| Hex | 2F | E8 | 54 | 50 | 0 | 40 | 9 | 84 | 50 | 37 |
| Octal | 57 | 350 | 124 | 120 | 0 | 100 | 11 | 204 | 120 | 67 |
| Binary | 101111 | 11101000 | 1010100 | 1010000 | 0 | 1000000 | 1001 | 10000100 | 1010000 | 110111 |
Color Harmonies of #2FE854
Complementary color
Monochromatic Colors of #2FE854
Black with #2FE854
Text Example
Text Example
White with #2FE854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE854; }
p { color: rgb(47,232,84); }
H1.HeaderClassName
{
color: #2FE854;
}
.AnyTagClassName
{
color: #2FE854;
}
</style>
background-color css
<style>
a { background-color: #2FE854; }
a { background-color: rgb(47,232,84); }
div.DivClassName
{
background-color: #2FE854;
}
.BgClassName
{
background-color: #2FE854;
}
</style>
border-color css
<style>
span { border-color: #2FE854; }
span { border-color: rgb(47,232,84); }
td.TdClassName
{
border-color: #2FE854;
}
.TagClassName
{
border-color: #2FE854;
}
</style>