Shades of Malachite #2FFA51
Tints of Malachite #2FFA51
RGB
CMYK
RGB Variations
Color information
#2FFA51 (or 0x2FFA51) is known color: Malachite. HEX triplet: 2F, FA and 51. RGB value is (47,250,81). Sum of RGB (Red+Green+Blue) = 47+250+81=378 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.43% from 378); Green value is 250 (98.05% from 255 or 66.14% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA51 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFA51 is #D005AE. Grayscale: #AAAAAA. Windows color (decimal): -13632943 or 5372463. OLE color: 5372463.
HSL color Cylindrical-coordinate representation of color #2FFA51: hue angle of 130.05º 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 #2FFA51 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 81 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.02 |
| HSL | 130.05º | 0.95% | 0.58% | - |
| HSV(B) | 130.05º | 0.81% | 0.98% | - |
| XYZ | 36.84 | 69.57 | 19.27 | - |
| YUV | 170.04 | 77.75 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 81 | 0.81 | 0 | 0.68 | 0.02 | 130.05 | 0.95 | 0.58 |
| Hex | 2F | FA | 51 | 51 | 0 | 44 | 2 | 82 | 5F | 3A |
| Octal | 57 | 372 | 121 | 121 | 0 | 104 | 2 | 202 | 137 | 72 |
| Binary | 101111 | 11111010 | 1010001 | 1010001 | 0 | 1000100 | 10 | 10000010 | 1011111 | 111010 |
Color Harmonies of #2FFA51
Complementary color
Monochromatic Colors of #2FFA51
Black with #2FFA51
Text Example
Text Example
White with #2FFA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA51; }
p { color: rgb(47,250,81); }
H1.HeaderClassName
{
color: #2FFA51;
}
.AnyTagClassName
{
color: #2FFA51;
}
</style>
background-color css
<style>
a { background-color: #2FFA51; }
a { background-color: rgb(47,250,81); }
div.DivClassName
{
background-color: #2FFA51;
}
.BgClassName
{
background-color: #2FFA51;
}
</style>
border-color css
<style>
span { border-color: #2FFA51; }
span { border-color: rgb(47,250,81); }
td.TdClassName
{
border-color: #2FFA51;
}
.TagClassName
{
border-color: #2FFA51;
}
</style>