Shades of Malachite #32F862
Tints of Malachite #32F862
RGB
CMYK
RGB Variations
Color information
#32F862 (or 0x32F862) is known color: Malachite. HEX triplet: 32, F8 and 62. RGB value is (50,248,98). Sum of RGB (Red+Green+Blue) = 50+248+98=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 248 (97.27% from 255 or 62.63% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 248 - color contains mainly: green. Hex color #32F862 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F862 is #CD079D. Grayscale: #ACACAC. Windows color (decimal): -13436830 or 6486066. OLE color: 6486066.
HSL color Cylindrical-coordinate representation of color #32F862: hue angle of 134.55º 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 #32F862 is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 248 | 98 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.03 |
| HSL | 134.55º | 0.93% | 0.58% | - |
| HSV(B) | 134.55º | 0.8% | 0.97% | - |
| XYZ | 37.09 | 68.69 | 22.86 | - |
| YUV | 171.7 | 86.4 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 248 | 98 | 0.80 | 0 | 0.60 | 0.03 | 134.55 | 0.93 | 0.58 |
| Hex | 32 | F8 | 62 | 50 | 0 | 3C | 3 | 87 | 5D | 3A |
| Octal | 62 | 370 | 142 | 120 | 0 | 74 | 3 | 207 | 135 | 72 |
| Binary | 110010 | 11111000 | 1100010 | 1010000 | 0 | 111100 | 11 | 10000111 | 1011101 | 111010 |
Color Harmonies of #32F862
Complementary color
Monochromatic Colors of #32F862
Black with #32F862
Text Example
Text Example
White with #32F862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F862; }
p { color: rgb(50,248,98); }
H1.HeaderClassName
{
color: #32F862;
}
.AnyTagClassName
{
color: #32F862;
}
</style>
background-color css
<style>
a { background-color: #32F862; }
a { background-color: rgb(50,248,98); }
div.DivClassName
{
background-color: #32F862;
}
.BgClassName
{
background-color: #32F862;
}
</style>
border-color css
<style>
span { border-color: #32F862; }
span { border-color: rgb(50,248,98); }
td.TdClassName
{
border-color: #32F862;
}
.TagClassName
{
border-color: #32F862;
}
</style>