Shades of Malachite #32FC4E
Tints of Malachite #32FC4E
RGB
CMYK
RGB Variations
Color information
#32FC4E (or 0x32FC4E) is known color: Malachite. HEX triplet: 32, FC and 4E. RGB value is (50,252,78). Sum of RGB (Red+Green+Blue) = 50+252+78=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 252 (98.83% from 255 or 66.32% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 252 - color contains mainly: green. Hex color #32FC4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32FC4E is #CD03B1. Grayscale: #ACACAC. Windows color (decimal): -13435826 or 5176370. OLE color: 5176370.
HSL color Cylindrical-coordinate representation of color #32FC4E: hue angle of 128.32º 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 #32FC4E is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 252 | 78 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.01 |
| HSL | 128.32º | 0.97% | 0.59% | - |
| HSV(B) | 128.32º | 0.8% | 0.99% | - |
| XYZ | 37.5 | 70.85 | 18.91 | - |
| YUV | 171.77 | 75.08 | 41.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 252 | 78 | 0.80 | 0 | 0.69 | 0.01 | 128.32 | 0.97 | 0.59 |
| Hex | 32 | FC | 4E | 50 | 0 | 45 | 1 | 80 | 61 | 3B |
| Octal | 62 | 374 | 116 | 120 | 0 | 105 | 1 | 200 | 141 | 73 |
| Binary | 110010 | 11111100 | 1001110 | 1010000 | 0 | 1000101 | 1 | 10000000 | 1100001 | 111011 |
Color Harmonies of #32FC4E
Complementary color
Monochromatic Colors of #32FC4E
Black with #32FC4E
Text Example
Text Example
White with #32FC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FC4E; }
p { color: rgb(50,252,78); }
H1.HeaderClassName
{
color: #32FC4E;
}
.AnyTagClassName
{
color: #32FC4E;
}
</style>
background-color css
<style>
a { background-color: #32FC4E; }
a { background-color: rgb(50,252,78); }
div.DivClassName
{
background-color: #32FC4E;
}
.BgClassName
{
background-color: #32FC4E;
}
</style>
border-color css
<style>
span { border-color: #32FC4E; }
span { border-color: rgb(50,252,78); }
td.TdClassName
{
border-color: #32FC4E;
}
.TagClassName
{
border-color: #32FC4E;
}
</style>