Shades of Malachite #2FF84D
Tints of Malachite #2FF84D
RGB
CMYK
RGB Variations
Color information
#2FF84D (or 0x2FF84D) is known color: Malachite. HEX triplet: 2F, F8 and 4D. RGB value is (47,248,77). Sum of RGB (Red+Green+Blue) = 47+248+77=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 248 (97.27% from 255 or 66.67% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF84D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF84D is #D007B2. Grayscale: #A8A8A8. Windows color (decimal): -13633459 or 5109807. OLE color: 5109807.
HSL color Cylindrical-coordinate representation of color #2FF84D: hue angle of 128.96º 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 #2FF84D is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 248 | 77 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.03 |
| HSL | 128.96º | 0.93% | 0.58% | - |
| HSV(B) | 128.96º | 0.81% | 0.97% | - |
| XYZ | 36.08 | 68.27 | 18.3 | - |
| YUV | 168.41 | 76.41 | 41.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 248 | 77 | 0.81 | 0 | 0.69 | 0.03 | 128.96 | 0.93 | 0.58 |
| Hex | 2F | F8 | 4D | 51 | 0 | 45 | 3 | 81 | 5D | 3A |
| Octal | 57 | 370 | 115 | 121 | 0 | 105 | 3 | 201 | 135 | 72 |
| Binary | 101111 | 11111000 | 1001101 | 1010001 | 0 | 1000101 | 11 | 10000001 | 1011101 | 111010 |
Color Harmonies of #2FF84D
Complementary color
Monochromatic Colors of #2FF84D
Black with #2FF84D
Text Example
Text Example
White with #2FF84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF84D; }
p { color: rgb(47,248,77); }
H1.HeaderClassName
{
color: #2FF84D;
}
.AnyTagClassName
{
color: #2FF84D;
}
</style>
background-color css
<style>
a { background-color: #2FF84D; }
a { background-color: rgb(47,248,77); }
div.DivClassName
{
background-color: #2FF84D;
}
.BgClassName
{
background-color: #2FF84D;
}
</style>
border-color css
<style>
span { border-color: #2FF84D; }
span { border-color: rgb(47,248,77); }
td.TdClassName
{
border-color: #2FF84D;
}
.TagClassName
{
border-color: #2FF84D;
}
</style>