Shades of Malachite #2FFA59
Tints of Malachite #2FFA59
RGB
CMYK
RGB Variations
Color information
#2FFA59 (or 0x2FFA59) is known color: Malachite. HEX triplet: 2F, FA and 59. RGB value is (47,250,89). Sum of RGB (Red+Green+Blue) = 47+250+89=386 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.18% from 386); Green value is 250 (98.05% from 255 or 64.77% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA59 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFA59 is #D005A6. Grayscale: #ABABAB. Windows color (decimal): -13632935 or 5896751. OLE color: 5896751.
HSL color Cylindrical-coordinate representation of color #2FFA59: hue angle of 132.41º 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 #2FFA59 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 89 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.02 |
| HSL | 132.41º | 0.95% | 0.58% | - |
| HSV(B) | 132.41º | 0.81% | 0.98% | - |
| XYZ | 37.16 | 69.7 | 20.95 | - |
| YUV | 170.95 | 81.75 | 39.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 89 | 0.81 | 0 | 0.64 | 0.02 | 132.41 | 0.95 | 0.58 |
| Hex | 2F | FA | 59 | 51 | 0 | 40 | 2 | 84 | 5F | 3A |
| Octal | 57 | 372 | 131 | 121 | 0 | 100 | 2 | 204 | 137 | 72 |
| Binary | 101111 | 11111010 | 1011001 | 1010001 | 0 | 1000000 | 10 | 10000100 | 1011111 | 111010 |
Color Harmonies of #2FFA59
Complementary color
Monochromatic Colors of #2FFA59
Black with #2FFA59
Text Example
Text Example
White with #2FFA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA59; }
p { color: rgb(47,250,89); }
H1.HeaderClassName
{
color: #2FFA59;
}
.AnyTagClassName
{
color: #2FFA59;
}
</style>
background-color css
<style>
a { background-color: #2FFA59; }
a { background-color: rgb(47,250,89); }
div.DivClassName
{
background-color: #2FFA59;
}
.BgClassName
{
background-color: #2FFA59;
}
</style>
border-color css
<style>
span { border-color: #2FFA59; }
span { border-color: rgb(47,250,89); }
td.TdClassName
{
border-color: #2FFA59;
}
.TagClassName
{
border-color: #2FFA59;
}
</style>