Shades of Malachite #2FE961
Tints of Malachite #2FE961
RGB
CMYK
RGB Variations
Color information
#2FE961 (or 0x2FE961) is known color: Malachite. HEX triplet: 2F, E9 and 61. RGB value is (47,233,97). Sum of RGB (Red+Green+Blue) = 47+233+97=377 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.47% from 377); Green value is 233 (91.41% from 255 or 61.80% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE961 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE961 is #D0169E. Grayscale: #A2A2A2. Windows color (decimal): -13637279 or 6416687. OLE color: 6416687.
HSL color Cylindrical-coordinate representation of color #2FE961: hue angle of 136.13º 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 #2FE961 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 233 | 97 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.09 |
| HSL | 136.13º | 0.81% | 0.55% | - |
| HSV(B) | 136.13º | 0.8% | 0.91% | - |
| XYZ | 32.47 | 59.75 | 21.13 | - |
| YUV | 161.88 | 91.38 | 46.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 97 | 0.80 | 0 | 0.58 | 0.09 | 136.13 | 0.81 | 0.55 |
| Hex | 2F | E9 | 61 | 50 | 0 | 3A | 9 | 88 | 51 | 37 |
| Octal | 57 | 351 | 141 | 120 | 0 | 72 | 11 | 210 | 121 | 67 |
| Binary | 101111 | 11101001 | 1100001 | 1010000 | 0 | 111010 | 1001 | 10001000 | 1010001 | 110111 |
Color Harmonies of #2FE961
Complementary color
Monochromatic Colors of #2FE961
Black with #2FE961
Text Example
Text Example
White with #2FE961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE961; }
p { color: rgb(47,233,97); }
H1.HeaderClassName
{
color: #2FE961;
}
.AnyTagClassName
{
color: #2FE961;
}
</style>
background-color css
<style>
a { background-color: #2FE961; }
a { background-color: rgb(47,233,97); }
div.DivClassName
{
background-color: #2FE961;
}
.BgClassName
{
background-color: #2FE961;
}
</style>
border-color css
<style>
span { border-color: #2FE961; }
span { border-color: rgb(47,233,97); }
td.TdClassName
{
border-color: #2FE961;
}
.TagClassName
{
border-color: #2FE961;
}
</style>