Shades of Malachite #2FDA64
Tints of Malachite #2FDA64
RGB
CMYK
RGB Variations
Color information
#2FDA64 (or 0x2FDA64) is known color: Malachite. HEX triplet: 2F, DA and 64. RGB value is (47,218,100). Sum of RGB (Red+Green+Blue) = 47+218+100=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 218 (85.55% from 255 or 59.73% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDA64 is #D0259B. Grayscale: #999999. Windows color (decimal): -13641116 or 6609455. OLE color: 6609455.
HSL color Cylindrical-coordinate representation of color #2FDA64: hue angle of 138.6º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FDA64 is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 218 | 100 | - |
| CMYK | 0.78 | 0 | 0.54 | 0.15 |
| HSL | 138.6º | 0.7% | 0.52% | - |
| HSV(B) | 138.6º | 0.78% | 0.85% | - |
| XYZ | 28.54 | 51.67 | 20.52 | - |
| YUV | 153.42 | 97.85 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 100 | 0.78 | 0 | 0.54 | 0.15 | 138.6 | 0.7 | 0.52 |
| Hex | 2F | DA | 64 | 4E | 0 | 36 | F | 8B | 46 | 34 |
| Octal | 57 | 332 | 144 | 116 | 0 | 66 | 17 | 213 | 106 | 64 |
| Binary | 101111 | 11011010 | 1100100 | 1001110 | 0 | 110110 | 1111 | 10001011 | 1000110 | 110100 |
Color Harmonies of #2FDA64
Complementary color
Monochromatic Colors of #2FDA64
Black with #2FDA64
Text Example
Text Example
White with #2FDA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDA64; }
p { color: rgb(47,218,100); }
H1.HeaderClassName
{
color: #2FDA64;
}
.AnyTagClassName
{
color: #2FDA64;
}
</style>
background-color css
<style>
a { background-color: #2FDA64; }
a { background-color: rgb(47,218,100); }
div.DivClassName
{
background-color: #2FDA64;
}
.BgClassName
{
background-color: #2FDA64;
}
</style>
border-color css
<style>
span { border-color: #2FDA64; }
span { border-color: rgb(47,218,100); }
td.TdClassName
{
border-color: #2FDA64;
}
.TagClassName
{
border-color: #2FDA64;
}
</style>