Shades of Malachite #2FE958
Tints of Malachite #2FE958
RGB
CMYK
RGB Variations
Color information
#2FE958 (or 0x2FE958) is known color: Malachite. HEX triplet: 2F, E9 and 58. RGB value is (47,233,88). Sum of RGB (Red+Green+Blue) = 47+233+88=368 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.77% from 368); Green value is 233 (91.41% from 255 or 63.32% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE958 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE958 is #D016A7. Grayscale: #A1A1A1. Windows color (decimal): -13637288 or 5826863. OLE color: 5826863.
HSL color Cylindrical-coordinate representation of color #2FE958: hue angle of 133.23º degrees, saturation: 0.81, 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 #2FE958 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 233 | 88 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.09 |
| HSL | 133.23º | 0.81% | 0.55% | - |
| HSV(B) | 133.23º | 0.8% | 0.91% | - |
| XYZ | 32.07 | 59.59 | 19.04 | - |
| YUV | 160.86 | 86.88 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 88 | 0.80 | 0 | 0.62 | 0.09 | 133.23 | 0.81 | 0.55 |
| Hex | 2F | E9 | 58 | 50 | 0 | 3E | 9 | 85 | 51 | 37 |
| Octal | 57 | 351 | 130 | 120 | 0 | 76 | 11 | 205 | 121 | 67 |
| Binary | 101111 | 11101001 | 1011000 | 1010000 | 0 | 111110 | 1001 | 10000101 | 1010001 | 110111 |
Color Harmonies of #2FE958
Complementary color
Monochromatic Colors of #2FE958
Black with #2FE958
Text Example
Text Example
White with #2FE958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE958; }
p { color: rgb(47,233,88); }
H1.HeaderClassName
{
color: #2FE958;
}
.AnyTagClassName
{
color: #2FE958;
}
</style>
background-color css
<style>
a { background-color: #2FE958; }
a { background-color: rgb(47,233,88); }
div.DivClassName
{
background-color: #2FE958;
}
.BgClassName
{
background-color: #2FE958;
}
</style>
border-color css
<style>
span { border-color: #2FE958; }
span { border-color: rgb(47,233,88); }
td.TdClassName
{
border-color: #2FE958;
}
.TagClassName
{
border-color: #2FE958;
}
</style>