Shades of Malachite #32F964
Tints of Malachite #32F964
RGB
CMYK
RGB Variations
Color information
#32F964 (or 0x32F964) is known color: Malachite. HEX triplet: 32, F9 and 64. RGB value is (50,249,100). Sum of RGB (Red+Green+Blue) = 50+249+100=399 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.53% from 399); Green value is 249 (97.66% from 255 or 62.41% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 249 - color contains mainly: green. Hex color #32F964 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F964 is #CD069B. Grayscale: #ACACAC. Windows color (decimal): -13436572 or 6617394. OLE color: 6617394.
HSL color Cylindrical-coordinate representation of color #32F964: hue angle of 135.08º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F964 is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 100 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.02 |
| HSL | 135.08º | 0.94% | 0.59% | - |
| HSV(B) | 135.08º | 0.8% | 0.98% | - |
| XYZ | 37.49 | 69.35 | 23.47 | - |
| YUV | 172.51 | 87.07 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 100 | 0.80 | 0 | 0.60 | 0.02 | 135.08 | 0.94 | 0.59 |
| Hex | 32 | F9 | 64 | 50 | 0 | 3C | 2 | 87 | 5E | 3B |
| Octal | 62 | 371 | 144 | 120 | 0 | 74 | 2 | 207 | 136 | 73 |
| Binary | 110010 | 11111001 | 1100100 | 1010000 | 0 | 111100 | 10 | 10000111 | 1011110 | 111011 |
Color Harmonies of #32F964
Complementary color
Monochromatic Colors of #32F964
Black with #32F964
Text Example
Text Example
White with #32F964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F964; }
p { color: rgb(50,249,100); }
H1.HeaderClassName
{
color: #32F964;
}
.AnyTagClassName
{
color: #32F964;
}
</style>
background-color css
<style>
a { background-color: #32F964; }
a { background-color: rgb(50,249,100); }
div.DivClassName
{
background-color: #32F964;
}
.BgClassName
{
background-color: #32F964;
}
</style>
border-color css
<style>
span { border-color: #32F964; }
span { border-color: rgb(50,249,100); }
td.TdClassName
{
border-color: #32F964;
}
.TagClassName
{
border-color: #32F964;
}
</style>