Shades of Malachite #32F960
Tints of Malachite #32F960
RGB
CMYK
RGB Variations
Color information
#32F960 (or 0x32F960) is known color: Malachite. HEX triplet: 32, F9 and 60. RGB value is (50,249,96). Sum of RGB (Red+Green+Blue) = 50+249+96=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 249 (97.66% from 255 or 63.04% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 249 - color contains mainly: green. Hex color #32F960 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F960 is #CD069F. Grayscale: #ACACAC. Windows color (decimal): -13436576 or 6355250. OLE color: 6355250.
HSL color Cylindrical-coordinate representation of color #32F960: hue angle of 133.87º 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 #32F960 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 96 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.02 |
| HSL | 133.87º | 0.94% | 0.59% | - |
| HSV(B) | 133.87º | 0.8% | 0.98% | - |
| XYZ | 37.3 | 69.27 | 22.47 | - |
| YUV | 172.06 | 85.07 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 96 | 0.80 | 0 | 0.61 | 0.02 | 133.87 | 0.94 | 0.59 |
| Hex | 32 | F9 | 60 | 50 | 0 | 3D | 2 | 86 | 5E | 3B |
| Octal | 62 | 371 | 140 | 120 | 0 | 75 | 2 | 206 | 136 | 73 |
| Binary | 110010 | 11111001 | 1100000 | 1010000 | 0 | 111101 | 10 | 10000110 | 1011110 | 111011 |
Color Harmonies of #32F960
Complementary color
Monochromatic Colors of #32F960
Black with #32F960
Text Example
Text Example
White with #32F960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F960; }
p { color: rgb(50,249,96); }
H1.HeaderClassName
{
color: #32F960;
}
.AnyTagClassName
{
color: #32F960;
}
</style>
background-color css
<style>
a { background-color: #32F960; }
a { background-color: rgb(50,249,96); }
div.DivClassName
{
background-color: #32F960;
}
.BgClassName
{
background-color: #32F960;
}
</style>
border-color css
<style>
span { border-color: #32F960; }
span { border-color: rgb(50,249,96); }
td.TdClassName
{
border-color: #32F960;
}
.TagClassName
{
border-color: #32F960;
}
</style>