Shades of Malachite #32FC63
Tints of Malachite #32FC63
RGB
CMYK
RGB Variations
Color information
#32FC63 (or 0x32FC63) is known color: Malachite. HEX triplet: 32, FC and 63. RGB value is (50,252,99). Sum of RGB (Red+Green+Blue) = 50+252+99=401 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.47% from 401); Green value is 252 (98.83% from 255 or 62.84% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 252 - color contains mainly: green. Hex color #32FC63 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32FC63 is #CD039C. Grayscale: #AEAEAE. Windows color (decimal): -13435805 or 6552626. OLE color: 6552626.
HSL color Cylindrical-coordinate representation of color #32FC63: hue angle of 134.55º 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 #32FC63 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 252 | 99 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.01 |
| HSL | 134.55º | 0.97% | 0.59% | - |
| HSV(B) | 134.55º | 0.8% | 0.99% | - |
| XYZ | 38.38 | 71.2 | 23.52 | - |
| YUV | 174.16 | 85.58 | 39.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 252 | 99 | 0.80 | 0 | 0.61 | 0.01 | 134.55 | 0.97 | 0.59 |
| Hex | 32 | FC | 63 | 50 | 0 | 3D | 1 | 87 | 61 | 3B |
| Octal | 62 | 374 | 143 | 120 | 0 | 75 | 1 | 207 | 141 | 73 |
| Binary | 110010 | 11111100 | 1100011 | 1010000 | 0 | 111101 | 1 | 10000111 | 1100001 | 111011 |
Color Harmonies of #32FC63
Complementary color
Monochromatic Colors of #32FC63
Black with #32FC63
Text Example
Text Example
White with #32FC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FC63; }
p { color: rgb(50,252,99); }
H1.HeaderClassName
{
color: #32FC63;
}
.AnyTagClassName
{
color: #32FC63;
}
</style>
background-color css
<style>
a { background-color: #32FC63; }
a { background-color: rgb(50,252,99); }
div.DivClassName
{
background-color: #32FC63;
}
.BgClassName
{
background-color: #32FC63;
}
</style>
border-color css
<style>
span { border-color: #32FC63; }
span { border-color: rgb(50,252,99); }
td.TdClassName
{
border-color: #32FC63;
}
.TagClassName
{
border-color: #32FC63;
}
</style>