Shades of Malachite #2FE863
Tints of Malachite #2FE863
RGB
CMYK
RGB Variations
Color information
#2FE863 (or 0x2FE863) is known color: Malachite. HEX triplet: 2F, E8 and 63. RGB value is (47,232,99). Sum of RGB (Red+Green+Blue) = 47+232+99=378 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.43% from 378); Green value is 232 (91.02% from 255 or 61.38% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 232 - color contains mainly: green. Hex color #2FE863 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE863 is #D0179C. Grayscale: #A1A1A1. Windows color (decimal): -13637533 or 6547503. OLE color: 6547503.
HSL color Cylindrical-coordinate representation of color #2FE863: hue angle of 136.86º 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 #2FE863 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 232 | 99 | - |
| CMYK | 0.80 | 0 | 0.57 | 0.09 |
| HSL | 136.86º | 0.8% | 0.55% | - |
| HSV(B) | 136.86º | 0.8% | 0.91% | - |
| XYZ | 32.28 | 59.22 | 21.53 | - |
| YUV | 161.52 | 92.71 | 46.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 232 | 99 | 0.80 | 0 | 0.57 | 0.09 | 136.86 | 0.8 | 0.55 |
| Hex | 2F | E8 | 63 | 50 | 0 | 39 | 9 | 89 | 50 | 37 |
| Octal | 57 | 350 | 143 | 120 | 0 | 71 | 11 | 211 | 120 | 67 |
| Binary | 101111 | 11101000 | 1100011 | 1010000 | 0 | 111001 | 1001 | 10001001 | 1010000 | 110111 |
Color Harmonies of #2FE863
Complementary color
Monochromatic Colors of #2FE863
Black with #2FE863
Text Example
Text Example
White with #2FE863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE863; }
p { color: rgb(47,232,99); }
H1.HeaderClassName
{
color: #2FE863;
}
.AnyTagClassName
{
color: #2FE863;
}
</style>
background-color css
<style>
a { background-color: #2FE863; }
a { background-color: rgb(47,232,99); }
div.DivClassName
{
background-color: #2FE863;
}
.BgClassName
{
background-color: #2FE863;
}
</style>
border-color css
<style>
span { border-color: #2FE863; }
span { border-color: rgb(47,232,99); }
td.TdClassName
{
border-color: #2FE863;
}
.TagClassName
{
border-color: #2FE863;
}
</style>