Shades of Malachite #2FE855
Tints of Malachite #2FE855
RGB
CMYK
RGB Variations
Color information
#2FE855 (or 0x2FE855) is known color: Malachite. HEX triplet: 2F, E8 and 55. RGB value is (47,232,85). Sum of RGB (Red+Green+Blue) = 47+232+85=364 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.91% from 364); Green value is 232 (91.02% from 255 or 63.74% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 232 - color contains mainly: green. Hex color #2FE855 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE855 is #D017AA. Grayscale: #A0A0A0. Windows color (decimal): -13637547 or 5629999. OLE color: 5629999.
HSL color Cylindrical-coordinate representation of color #2FE855: hue angle of 132.32º 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 #2FE855 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 232 | 85 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.09 |
| HSL | 132.32º | 0.8% | 0.55% | - |
| HSV(B) | 132.32º | 0.8% | 0.91% | - |
| XYZ | 31.67 | 58.97 | 18.31 | - |
| YUV | 159.93 | 85.71 | 47.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 232 | 85 | 0.80 | 0 | 0.63 | 0.09 | 132.32 | 0.8 | 0.55 |
| Hex | 2F | E8 | 55 | 50 | 0 | 3F | 9 | 84 | 50 | 37 |
| Octal | 57 | 350 | 125 | 120 | 0 | 77 | 11 | 204 | 120 | 67 |
| Binary | 101111 | 11101000 | 1010101 | 1010000 | 0 | 111111 | 1001 | 10000100 | 1010000 | 110111 |
Color Harmonies of #2FE855
Complementary color
Monochromatic Colors of #2FE855
Black with #2FE855
Text Example
Text Example
White with #2FE855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE855; }
p { color: rgb(47,232,85); }
H1.HeaderClassName
{
color: #2FE855;
}
.AnyTagClassName
{
color: #2FE855;
}
</style>
background-color css
<style>
a { background-color: #2FE855; }
a { background-color: rgb(47,232,85); }
div.DivClassName
{
background-color: #2FE855;
}
.BgClassName
{
background-color: #2FE855;
}
</style>
border-color css
<style>
span { border-color: #2FE855; }
span { border-color: rgb(47,232,85); }
td.TdClassName
{
border-color: #2FE855;
}
.TagClassName
{
border-color: #2FE855;
}
</style>