Shades of Malachite #2FE164
Tints of Malachite #2FE164
RGB
CMYK
RGB Variations
Color information
#2FE164 (or 0x2FE164) is known color: Malachite. HEX triplet: 2F, E1 and 64. RGB value is (47,225,100). Sum of RGB (Red+Green+Blue) = 47+225+100=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 225 (88.28% from 255 or 60.48% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE164 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE164 is #D01E9B. Grayscale: #9D9D9D. Windows color (decimal): -13639324 or 6611247. OLE color: 6611247.
HSL color Cylindrical-coordinate representation of color #2FE164: hue angle of 137.87º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE164 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 225 | 100 | - |
| CMYK | 0.79 | 0 | 0.56 | 0.12 |
| HSL | 137.87º | 0.75% | 0.53% | - |
| HSV(B) | 137.87º | 0.79% | 0.88% | - |
| XYZ | 30.4 | 55.37 | 21.14 | - |
| YUV | 157.53 | 95.53 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 225 | 100 | 0.79 | 0 | 0.56 | 0.12 | 137.87 | 0.75 | 0.53 |
| Hex | 2F | E1 | 64 | 4F | 0 | 38 | C | 8A | 4B | 35 |
| Octal | 57 | 341 | 144 | 117 | 0 | 70 | 14 | 212 | 113 | 65 |
| Binary | 101111 | 11100001 | 1100100 | 1001111 | 0 | 111000 | 1100 | 10001010 | 1001011 | 110101 |
Color Harmonies of #2FE164
Complementary color
Monochromatic Colors of #2FE164
Black with #2FE164
Text Example
Text Example
White with #2FE164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE164; }
p { color: rgb(47,225,100); }
H1.HeaderClassName
{
color: #2FE164;
}
.AnyTagClassName
{
color: #2FE164;
}
</style>
background-color css
<style>
a { background-color: #2FE164; }
a { background-color: rgb(47,225,100); }
div.DivClassName
{
background-color: #2FE164;
}
.BgClassName
{
background-color: #2FE164;
}
</style>
border-color css
<style>
span { border-color: #2FE164; }
span { border-color: rgb(47,225,100); }
td.TdClassName
{
border-color: #2FE164;
}
.TagClassName
{
border-color: #2FE164;
}
</style>