Shades of Malachite #2FFA6A
Tints of Malachite #2FFA6A
RGB
CMYK
RGB Variations
Color information
#2FFA6A (or 0x2FFA6A) is known color: Malachite. HEX triplet: 2F, FA and 6A. RGB value is (47,250,106). Sum of RGB (Red+Green+Blue) = 47+250+106=403 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.66% from 403); Green value is 250 (98.05% from 255 or 62.03% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFA6A is #D00595. Grayscale: #ADADAD. Windows color (decimal): -13632918 or 7010863. OLE color: 7010863.
HSL color Cylindrical-coordinate representation of color #2FFA6A: hue angle of 137.44º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFA6A is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 106 | - |
| CMYK | 0.81 | 0 | 0.58 | 0.02 |
| HSL | 137.44º | 0.95% | 0.58% | - |
| HSV(B) | 137.44º | 0.81% | 0.98% | - |
| XYZ | 37.96 | 70.02 | 25.15 | - |
| YUV | 172.89 | 90.25 | 38.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 106 | 0.81 | 0 | 0.58 | 0.02 | 137.44 | 0.95 | 0.58 |
| Hex | 2F | FA | 6A | 51 | 0 | 3A | 2 | 89 | 5F | 3A |
| Octal | 57 | 372 | 152 | 121 | 0 | 72 | 2 | 211 | 137 | 72 |
| Binary | 101111 | 11111010 | 1101010 | 1010001 | 0 | 111010 | 10 | 10001001 | 1011111 | 111010 |
Color Harmonies of #2FFA6A
Complementary color
Monochromatic Colors of #2FFA6A
Black with #2FFA6A
Text Example
Text Example
White with #2FFA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA6A; }
p { color: rgb(47,250,106); }
H1.HeaderClassName
{
color: #2FFA6A;
}
.AnyTagClassName
{
color: #2FFA6A;
}
</style>
background-color css
<style>
a { background-color: #2FFA6A; }
a { background-color: rgb(47,250,106); }
div.DivClassName
{
background-color: #2FFA6A;
}
.BgClassName
{
background-color: #2FFA6A;
}
</style>
border-color css
<style>
span { border-color: #2FFA6A; }
span { border-color: rgb(47,250,106); }
td.TdClassName
{
border-color: #2FFA6A;
}
.TagClassName
{
border-color: #2FFA6A;
}
</style>