Shades of Malachite #2FE85D
Tints of Malachite #2FE85D
RGB
CMYK
RGB Variations
Color information
#2FE85D (or 0x2FE85D) is known color: Malachite. HEX triplet: 2F, E8 and 5D. RGB value is (47,232,93). Sum of RGB (Red+Green+Blue) = 47+232+93=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 232 (91.02% from 255 or 62.37% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 232 - color contains mainly: green. Hex color #2FE85D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE85D is #D017A2. Grayscale: #A1A1A1. Windows color (decimal): -13637539 or 6154287. OLE color: 6154287.
HSL color Cylindrical-coordinate representation of color #2FE85D: hue angle of 134.92º 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 #2FE85D is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 232 | 93 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.09 |
| HSL | 134.92º | 0.8% | 0.55% | - |
| HSV(B) | 134.92º | 0.8% | 0.91% | - |
| XYZ | 32 | 59.11 | 20.08 | - |
| YUV | 160.84 | 89.71 | 46.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 232 | 93 | 0.80 | 0 | 0.60 | 0.09 | 134.92 | 0.8 | 0.55 |
| Hex | 2F | E8 | 5D | 50 | 0 | 3C | 9 | 87 | 50 | 37 |
| Octal | 57 | 350 | 135 | 120 | 0 | 74 | 11 | 207 | 120 | 67 |
| Binary | 101111 | 11101000 | 1011101 | 1010000 | 0 | 111100 | 1001 | 10000111 | 1010000 | 110111 |
Color Harmonies of #2FE85D
Complementary color
Monochromatic Colors of #2FE85D
Black with #2FE85D
Text Example
Text Example
White with #2FE85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE85D; }
p { color: rgb(47,232,93); }
H1.HeaderClassName
{
color: #2FE85D;
}
.AnyTagClassName
{
color: #2FE85D;
}
</style>
background-color css
<style>
a { background-color: #2FE85D; }
a { background-color: rgb(47,232,93); }
div.DivClassName
{
background-color: #2FE85D;
}
.BgClassName
{
background-color: #2FE85D;
}
</style>
border-color css
<style>
span { border-color: #2FE85D; }
span { border-color: rgb(47,232,93); }
td.TdClassName
{
border-color: #2FE85D;
}
.TagClassName
{
border-color: #2FE85D;
}
</style>