Shades of Malachite #2FD85E
Tints of Malachite #2FD85E
RGB
CMYK
RGB Variations
Color information
#2FD85E (or 0x2FD85E) is known color: Malachite. HEX triplet: 2F, D8 and 5E. RGB value is (47,216,94). Sum of RGB (Red+Green+Blue) = 47+216+94=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 216 (84.77% from 255 or 60.50% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD85E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD85E is #D027A1. Grayscale: #979797. Windows color (decimal): -13641634 or 6215727. OLE color: 6215727.
HSL color Cylindrical-coordinate representation of color #2FD85E: hue angle of 136.69º 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 #2FD85E is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 216 | 94 | - |
| CMYK | 0.78 | 0 | 0.56 | 0.15 |
| HSL | 136.69º | 0.68% | 0.52% | - |
| HSV(B) | 136.69º | 0.78% | 0.85% | - |
| XYZ | 27.75 | 50.52 | 18.88 | - |
| YUV | 151.56 | 95.51 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 216 | 94 | 0.78 | 0 | 0.56 | 0.15 | 136.69 | 0.68 | 0.52 |
| Hex | 2F | D8 | 5E | 4E | 0 | 38 | F | 89 | 44 | 34 |
| Octal | 57 | 330 | 136 | 116 | 0 | 70 | 17 | 211 | 104 | 64 |
| Binary | 101111 | 11011000 | 1011110 | 1001110 | 0 | 111000 | 1111 | 10001001 | 1000100 | 110100 |
Color Harmonies of #2FD85E
Complementary color
Monochromatic Colors of #2FD85E
Black with #2FD85E
Text Example
Text Example
White with #2FD85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD85E; }
p { color: rgb(47,216,94); }
H1.HeaderClassName
{
color: #2FD85E;
}
.AnyTagClassName
{
color: #2FD85E;
}
</style>
background-color css
<style>
a { background-color: #2FD85E; }
a { background-color: rgb(47,216,94); }
div.DivClassName
{
background-color: #2FD85E;
}
.BgClassName
{
background-color: #2FD85E;
}
</style>
border-color css
<style>
span { border-color: #2FD85E; }
span { border-color: rgb(47,216,94); }
td.TdClassName
{
border-color: #2FD85E;
}
.TagClassName
{
border-color: #2FD85E;
}
</style>