Shades of Malachite #2FF861
Tints of Malachite #2FF861
RGB
CMYK
RGB Variations
Color information
#2FF861 (or 0x2FF861) is known color: Malachite. HEX triplet: 2F, F8 and 61. RGB value is (47,248,97). Sum of RGB (Red+Green+Blue) = 47+248+97=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 248 (97.27% from 255 or 63.27% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF861 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF861 is #D0079E. Grayscale: #ABABAB. Windows color (decimal): -13633439 or 6420527. OLE color: 6420527.
HSL color Cylindrical-coordinate representation of color #2FF861: hue angle of 134.93º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF861 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 248 | 97 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.03 |
| HSL | 134.93º | 0.93% | 0.58% | - |
| HSV(B) | 134.93º | 0.81% | 0.97% | - |
| XYZ | 36.9 | 68.6 | 22.61 | - |
| YUV | 170.69 | 86.41 | 39.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 248 | 97 | 0.81 | 0 | 0.61 | 0.03 | 134.93 | 0.93 | 0.58 |
| Hex | 2F | F8 | 61 | 51 | 0 | 3D | 3 | 87 | 5D | 3A |
| Octal | 57 | 370 | 141 | 121 | 0 | 75 | 3 | 207 | 135 | 72 |
| Binary | 101111 | 11111000 | 1100001 | 1010001 | 0 | 111101 | 11 | 10000111 | 1011101 | 111010 |
Color Harmonies of #2FF861
Complementary color
Monochromatic Colors of #2FF861
Black with #2FF861
Text Example
Text Example
White with #2FF861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF861; }
p { color: rgb(47,248,97); }
H1.HeaderClassName
{
color: #2FF861;
}
.AnyTagClassName
{
color: #2FF861;
}
</style>
background-color css
<style>
a { background-color: #2FF861; }
a { background-color: rgb(47,248,97); }
div.DivClassName
{
background-color: #2FF861;
}
.BgClassName
{
background-color: #2FF861;
}
</style>
border-color css
<style>
span { border-color: #2FF861; }
span { border-color: rgb(47,248,97); }
td.TdClassName
{
border-color: #2FF861;
}
.TagClassName
{
border-color: #2FF861;
}
</style>