Shades of Malachite #32FC5B
Tints of Malachite #32FC5B
RGB
CMYK
RGB Variations
Color information
#32FC5B (or 0x32FC5B) is known color: Malachite. HEX triplet: 32, FC and 5B. RGB value is (50,252,91). Sum of RGB (Red+Green+Blue) = 50+252+91=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 252 (98.83% from 255 or 64.12% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 252 - color contains mainly: green. Hex color #32FC5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32FC5B is #CD03A4. Grayscale: #ADADAD. Windows color (decimal): -13435813 or 6028338. OLE color: 6028338.
HSL color Cylindrical-coordinate representation of color #32FC5B: hue angle of 132.18º 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 #32FC5B is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 252 | 91 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.01 |
| HSL | 132.18º | 0.97% | 0.59% | - |
| HSV(B) | 132.18º | 0.8% | 0.99% | - |
| XYZ | 38.01 | 71.05 | 21.61 | - |
| YUV | 173.25 | 81.58 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 252 | 91 | 0.80 | 0 | 0.64 | 0.01 | 132.18 | 0.97 | 0.59 |
| Hex | 32 | FC | 5B | 50 | 0 | 40 | 1 | 84 | 61 | 3B |
| Octal | 62 | 374 | 133 | 120 | 0 | 100 | 1 | 204 | 141 | 73 |
| Binary | 110010 | 11111100 | 1011011 | 1010000 | 0 | 1000000 | 1 | 10000100 | 1100001 | 111011 |
Color Harmonies of #32FC5B
Complementary color
Monochromatic Colors of #32FC5B
Black with #32FC5B
Text Example
Text Example
White with #32FC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FC5B; }
p { color: rgb(50,252,91); }
H1.HeaderClassName
{
color: #32FC5B;
}
.AnyTagClassName
{
color: #32FC5B;
}
</style>
background-color css
<style>
a { background-color: #32FC5B; }
a { background-color: rgb(50,252,91); }
div.DivClassName
{
background-color: #32FC5B;
}
.BgClassName
{
background-color: #32FC5B;
}
</style>
border-color css
<style>
span { border-color: #32FC5B; }
span { border-color: rgb(50,252,91); }
td.TdClassName
{
border-color: #32FC5B;
}
.TagClassName
{
border-color: #32FC5B;
}
</style>