Shades of Malachite #2FD862
Tints of Malachite #2FD862
RGB
CMYK
RGB Variations
Color information
#2FD862 (or 0x2FD862) is known color: Malachite. HEX triplet: 2F, D8 and 62. RGB value is (47,216,98). Sum of RGB (Red+Green+Blue) = 47+216+98=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 216 (84.77% from 255 or 59.83% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD862 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD862 is #D0279D. Grayscale: #989898. Windows color (decimal): -13641630 or 6477871. OLE color: 6477871.
HSL color Cylindrical-coordinate representation of color #2FD862: hue angle of 138.11º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD862 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 216 | 98 | - |
| CMYK | 0.78 | 0 | 0.55 | 0.15 |
| HSL | 138.11º | 0.68% | 0.52% | - |
| HSV(B) | 138.11º | 0.78% | 0.85% | - |
| XYZ | 27.93 | 50.6 | 19.85 | - |
| YUV | 152.02 | 97.51 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 216 | 98 | 0.78 | 0 | 0.55 | 0.15 | 138.11 | 0.68 | 0.52 |
| Hex | 2F | D8 | 62 | 4E | 0 | 37 | F | 8A | 44 | 34 |
| Octal | 57 | 330 | 142 | 116 | 0 | 67 | 17 | 212 | 104 | 64 |
| Binary | 101111 | 11011000 | 1100010 | 1001110 | 0 | 110111 | 1111 | 10001010 | 1000100 | 110100 |
Color Harmonies of #2FD862
Complementary color
Monochromatic Colors of #2FD862
Black with #2FD862
Text Example
Text Example
White with #2FD862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD862; }
p { color: rgb(47,216,98); }
H1.HeaderClassName
{
color: #2FD862;
}
.AnyTagClassName
{
color: #2FD862;
}
</style>
background-color css
<style>
a { background-color: #2FD862; }
a { background-color: rgb(47,216,98); }
div.DivClassName
{
background-color: #2FD862;
}
.BgClassName
{
background-color: #2FD862;
}
</style>
border-color css
<style>
span { border-color: #2FD862; }
span { border-color: rgb(47,216,98); }
td.TdClassName
{
border-color: #2FD862;
}
.TagClassName
{
border-color: #2FD862;
}
</style>