Shades of Malachite #32F064
Tints of Malachite #32F064
RGB
CMYK
RGB Variations
Color information
#32F064 (or 0x32F064) is known color: Malachite. HEX triplet: 32, F0 and 64. RGB value is (50,240,100). Sum of RGB (Red+Green+Blue) = 50+240+100=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 240 (94.14% from 255 or 61.54% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 240 - color contains mainly: green. Hex color #32F064 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F064 is #CD0F9B. Grayscale: #A7A7A7. Windows color (decimal): -13438876 or 6615090. OLE color: 6615090.
HSL color Cylindrical-coordinate representation of color #32F064: hue angle of 135.79º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F064 is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 240 | 100 | - |
| CMYK | 0.79 | 0 | 0.58 | 0.06 |
| HSL | 135.79º | 0.86% | 0.57% | - |
| HSV(B) | 135.79º | 0.79% | 0.94% | - |
| XYZ | 34.78 | 63.92 | 22.56 | - |
| YUV | 167.23 | 90.05 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 240 | 100 | 0.79 | 0 | 0.58 | 0.06 | 135.79 | 0.86 | 0.57 |
| Hex | 32 | F0 | 64 | 4F | 0 | 3A | 6 | 88 | 56 | 39 |
| Octal | 62 | 360 | 144 | 117 | 0 | 72 | 6 | 210 | 126 | 71 |
| Binary | 110010 | 11110000 | 1100100 | 1001111 | 0 | 111010 | 110 | 10001000 | 1010110 | 111001 |
Color Harmonies of #32F064
Complementary color
Monochromatic Colors of #32F064
Black with #32F064
Text Example
Text Example
White with #32F064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F064; }
p { color: rgb(50,240,100); }
H1.HeaderClassName
{
color: #32F064;
}
.AnyTagClassName
{
color: #32F064;
}
</style>
background-color css
<style>
a { background-color: #32F064; }
a { background-color: rgb(50,240,100); }
div.DivClassName
{
background-color: #32F064;
}
.BgClassName
{
background-color: #32F064;
}
</style>
border-color css
<style>
span { border-color: #32F064; }
span { border-color: rgb(50,240,100); }
td.TdClassName
{
border-color: #32F064;
}
.TagClassName
{
border-color: #32F064;
}
</style>