Shades of Malachite #32F854
Tints of Malachite #32F854
RGB
CMYK
RGB Variations
Color information
#32F854 (or 0x32F854) is known color: Malachite. HEX triplet: 32, F8 and 54. RGB value is (50,248,84). Sum of RGB (Red+Green+Blue) = 50+248+84=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 248 (97.27% from 255 or 64.92% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 248 - color contains mainly: green. Hex color #32F854 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F854 is #CD07AB. Grayscale: #AAAAAA. Windows color (decimal): -13436844 or 5568562. OLE color: 5568562.
HSL color Cylindrical-coordinate representation of color #32F854: hue angle of 130.3º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F854 is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 248 | 84 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.03 |
| HSL | 130.3º | 0.93% | 0.58% | - |
| HSV(B) | 130.3º | 0.8% | 0.97% | - |
| XYZ | 36.48 | 68.45 | 19.68 | - |
| YUV | 170.1 | 79.4 | 42.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 248 | 84 | 0.80 | 0 | 0.66 | 0.03 | 130.3 | 0.93 | 0.58 |
| Hex | 32 | F8 | 54 | 50 | 0 | 42 | 3 | 82 | 5D | 3A |
| Octal | 62 | 370 | 124 | 120 | 0 | 102 | 3 | 202 | 135 | 72 |
| Binary | 110010 | 11111000 | 1010100 | 1010000 | 0 | 1000010 | 11 | 10000010 | 1011101 | 111010 |
Color Harmonies of #32F854
Complementary color
Monochromatic Colors of #32F854
Black with #32F854
Text Example
Text Example
White with #32F854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F854; }
p { color: rgb(50,248,84); }
H1.HeaderClassName
{
color: #32F854;
}
.AnyTagClassName
{
color: #32F854;
}
</style>
background-color css
<style>
a { background-color: #32F854; }
a { background-color: rgb(50,248,84); }
div.DivClassName
{
background-color: #32F854;
}
.BgClassName
{
background-color: #32F854;
}
</style>
border-color css
<style>
span { border-color: #32F854; }
span { border-color: rgb(50,248,84); }
td.TdClassName
{
border-color: #32F854;
}
.TagClassName
{
border-color: #32F854;
}
</style>