Shades of Malachite #32F05C
Tints of Malachite #32F05C
RGB
CMYK
RGB Variations
Color information
#32F05C (or 0x32F05C) is known color: Malachite. HEX triplet: 32, F0 and 5C. RGB value is (50,240,92). Sum of RGB (Red+Green+Blue) = 50+240+92=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 240 (94.14% from 255 or 62.83% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 240 - color contains mainly: green. Hex color #32F05C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F05C is #CD0FA3. Grayscale: #A6A6A6. Windows color (decimal): -13438884 or 6090802. OLE color: 6090802.
HSL color Cylindrical-coordinate representation of color #32F05C: hue angle of 133.26º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F05C is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 240 | 92 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.06 |
| HSL | 133.26º | 0.86% | 0.57% | - |
| HSV(B) | 133.26º | 0.79% | 0.94% | - |
| XYZ | 34.41 | 63.77 | 20.62 | - |
| YUV | 166.32 | 86.05 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 240 | 92 | 0.79 | 0 | 0.62 | 0.06 | 133.26 | 0.86 | 0.57 |
| Hex | 32 | F0 | 5C | 4F | 0 | 3E | 6 | 85 | 56 | 39 |
| Octal | 62 | 360 | 134 | 117 | 0 | 76 | 6 | 205 | 126 | 71 |
| Binary | 110010 | 11110000 | 1011100 | 1001111 | 0 | 111110 | 110 | 10000101 | 1010110 | 111001 |
Color Harmonies of #32F05C
Complementary color
Monochromatic Colors of #32F05C
Black with #32F05C
Text Example
Text Example
White with #32F05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F05C; }
p { color: rgb(50,240,92); }
H1.HeaderClassName
{
color: #32F05C;
}
.AnyTagClassName
{
color: #32F05C;
}
</style>
background-color css
<style>
a { background-color: #32F05C; }
a { background-color: rgb(50,240,92); }
div.DivClassName
{
background-color: #32F05C;
}
.BgClassName
{
background-color: #32F05C;
}
</style>
border-color css
<style>
span { border-color: #32F05C; }
span { border-color: rgb(50,240,92); }
td.TdClassName
{
border-color: #32F05C;
}
.TagClassName
{
border-color: #32F05C;
}
</style>