Shades of Malachite #32F855
Tints of Malachite #32F855
RGB
CMYK
RGB Variations
Color information
#32F855 (or 0x32F855) is known color: Malachite. HEX triplet: 32, F8 and 55. RGB value is (50,248,85). Sum of RGB (Red+Green+Blue) = 50+248+85=383 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.05% from 383); Green value is 248 (97.27% from 255 or 64.75% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 248 - color contains mainly: green. Hex color #32F855 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F855 is #CD07AA. Grayscale: #AAAAAA. Windows color (decimal): -13436843 or 5634098. OLE color: 5634098.
HSL color Cylindrical-coordinate representation of color #32F855: hue angle of 130.61º 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 #32F855 is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 248 | 85 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.03 |
| HSL | 130.61º | 0.93% | 0.58% | - |
| HSV(B) | 130.61º | 0.8% | 0.97% | - |
| XYZ | 36.52 | 68.47 | 19.89 | - |
| YUV | 170.22 | 79.9 | 42.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 248 | 85 | 0.80 | 0 | 0.66 | 0.03 | 130.61 | 0.93 | 0.58 |
| Hex | 32 | F8 | 55 | 50 | 0 | 42 | 3 | 83 | 5D | 3A |
| Octal | 62 | 370 | 125 | 120 | 0 | 102 | 3 | 203 | 135 | 72 |
| Binary | 110010 | 11111000 | 1010101 | 1010000 | 0 | 1000010 | 11 | 10000011 | 1011101 | 111010 |
Color Harmonies of #32F855
Complementary color
Monochromatic Colors of #32F855
Black with #32F855
Text Example
Text Example
White with #32F855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F855; }
p { color: rgb(50,248,85); }
H1.HeaderClassName
{
color: #32F855;
}
.AnyTagClassName
{
color: #32F855;
}
</style>
background-color css
<style>
a { background-color: #32F855; }
a { background-color: rgb(50,248,85); }
div.DivClassName
{
background-color: #32F855;
}
.BgClassName
{
background-color: #32F855;
}
</style>
border-color css
<style>
span { border-color: #32F855; }
span { border-color: rgb(50,248,85); }
td.TdClassName
{
border-color: #32F855;
}
.TagClassName
{
border-color: #32F855;
}
</style>