Shades of Malachite #2FE959
Tints of Malachite #2FE959
RGB
CMYK
RGB Variations
Color information
#2FE959 (or 0x2FE959) is known color: Malachite. HEX triplet: 2F, E9 and 59. RGB value is (47,233,89). Sum of RGB (Red+Green+Blue) = 47+233+89=369 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.74% from 369); Green value is 233 (91.41% from 255 or 63.14% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE959 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE959 is #D016A6. Grayscale: #A1A1A1. Windows color (decimal): -13637287 or 5892399. OLE color: 5892399.
HSL color Cylindrical-coordinate representation of color #2FE959: hue angle of 133.55º 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 #2FE959 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 233 | 89 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.09 |
| HSL | 133.55º | 0.81% | 0.55% | - |
| HSV(B) | 133.55º | 0.8% | 0.91% | - |
| XYZ | 32.11 | 59.6 | 19.26 | - |
| YUV | 160.97 | 87.38 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 89 | 0.80 | 0 | 0.62 | 0.09 | 133.55 | 0.81 | 0.55 |
| Hex | 2F | E9 | 59 | 50 | 0 | 3E | 9 | 86 | 51 | 37 |
| Octal | 57 | 351 | 131 | 120 | 0 | 76 | 11 | 206 | 121 | 67 |
| Binary | 101111 | 11101001 | 1011001 | 1010000 | 0 | 111110 | 1001 | 10000110 | 1010001 | 110111 |
Color Harmonies of #2FE959
Complementary color
Monochromatic Colors of #2FE959
Black with #2FE959
Text Example
Text Example
White with #2FE959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE959; }
p { color: rgb(47,233,89); }
H1.HeaderClassName
{
color: #2FE959;
}
.AnyTagClassName
{
color: #2FE959;
}
</style>
background-color css
<style>
a { background-color: #2FE959; }
a { background-color: rgb(47,233,89); }
div.DivClassName
{
background-color: #2FE959;
}
.BgClassName
{
background-color: #2FE959;
}
</style>
border-color css
<style>
span { border-color: #2FE959; }
span { border-color: rgb(47,233,89); }
td.TdClassName
{
border-color: #2FE959;
}
.TagClassName
{
border-color: #2FE959;
}
</style>