Shades of Malachite #32FC60
Tints of Malachite #32FC60
RGB
CMYK
RGB Variations
Color information
#32FC60 (or 0x32FC60) is known color: Malachite. HEX triplet: 32, FC and 60. RGB value is (50,252,96). Sum of RGB (Red+Green+Blue) = 50+252+96=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 252 (98.83% from 255 or 63.32% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 252 - color contains mainly: green. Hex color #32FC60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32FC60 is #CD039F. Grayscale: #AEAEAE. Windows color (decimal): -13435808 or 6356018. OLE color: 6356018.
HSL color Cylindrical-coordinate representation of color #32FC60: hue angle of 133.66º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FC60 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 252 | 96 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.01 |
| HSL | 133.66º | 0.97% | 0.59% | - |
| HSV(B) | 133.66º | 0.8% | 0.99% | - |
| XYZ | 38.24 | 71.14 | 22.78 | - |
| YUV | 173.82 | 84.08 | 39.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 252 | 96 | 0.80 | 0 | 0.62 | 0.01 | 133.66 | 0.97 | 0.59 |
| Hex | 32 | FC | 60 | 50 | 0 | 3E | 1 | 86 | 61 | 3B |
| Octal | 62 | 374 | 140 | 120 | 0 | 76 | 1 | 206 | 141 | 73 |
| Binary | 110010 | 11111100 | 1100000 | 1010000 | 0 | 111110 | 1 | 10000110 | 1100001 | 111011 |
Color Harmonies of #32FC60
Complementary color
Monochromatic Colors of #32FC60
Black with #32FC60
Text Example
Text Example
White with #32FC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FC60; }
p { color: rgb(50,252,96); }
H1.HeaderClassName
{
color: #32FC60;
}
.AnyTagClassName
{
color: #32FC60;
}
</style>
background-color css
<style>
a { background-color: #32FC60; }
a { background-color: rgb(50,252,96); }
div.DivClassName
{
background-color: #32FC60;
}
.BgClassName
{
background-color: #32FC60;
}
</style>
border-color css
<style>
span { border-color: #32FC60; }
span { border-color: rgb(50,252,96); }
td.TdClassName
{
border-color: #32FC60;
}
.TagClassName
{
border-color: #32FC60;
}
</style>