Shades of Malachite #2FE761
Tints of Malachite #2FE761
RGB
CMYK
RGB Variations
Color information
#2FE761 (or 0x2FE761) is known color: Malachite. HEX triplet: 2F, E7 and 61. RGB value is (47,231,97). Sum of RGB (Red+Green+Blue) = 47+231+97=375 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.53% from 375); Green value is 231 (90.62% from 255 or 61.6% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 231 - color contains mainly: green. Hex color #2FE761 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE761 is #D0189E. Grayscale: #A1A1A1. Windows color (decimal): -13637791 or 6416175. OLE color: 6416175.
HSL color Cylindrical-coordinate representation of color #2FE761: hue angle of 136.3º degrees, saturation: 0.79, 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 #2FE761 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 231 | 97 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.09 |
| HSL | 136.3º | 0.79% | 0.55% | - |
| HSV(B) | 136.3º | 0.8% | 0.91% | - |
| XYZ | 31.91 | 58.62 | 20.94 | - |
| YUV | 160.71 | 92.04 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 231 | 97 | 0.80 | 0 | 0.58 | 0.09 | 136.3 | 0.79 | 0.55 |
| Hex | 2F | E7 | 61 | 50 | 0 | 3A | 9 | 88 | 4F | 37 |
| Octal | 57 | 347 | 141 | 120 | 0 | 72 | 11 | 210 | 117 | 67 |
| Binary | 101111 | 11100111 | 1100001 | 1010000 | 0 | 111010 | 1001 | 10001000 | 1001111 | 110111 |
Color Harmonies of #2FE761
Complementary color
Monochromatic Colors of #2FE761
Black with #2FE761
Text Example
Text Example
White with #2FE761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE761; }
p { color: rgb(47,231,97); }
H1.HeaderClassName
{
color: #2FE761;
}
.AnyTagClassName
{
color: #2FE761;
}
</style>
background-color css
<style>
a { background-color: #2FE761; }
a { background-color: rgb(47,231,97); }
div.DivClassName
{
background-color: #2FE761;
}
.BgClassName
{
background-color: #2FE761;
}
</style>
border-color css
<style>
span { border-color: #2FE761; }
span { border-color: rgb(47,231,97); }
td.TdClassName
{
border-color: #2FE761;
}
.TagClassName
{
border-color: #2FE761;
}
</style>