Shades of Malachite #32F05D
Tints of Malachite #32F05D
RGB
CMYK
RGB Variations
Color information
#32F05D (or 0x32F05D) is known color: Malachite. HEX triplet: 32, F0 and 5D. RGB value is (50,240,93). Sum of RGB (Red+Green+Blue) = 50+240+93=383 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.05% from 383); Green value is 240 (94.14% from 255 or 62.66% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 240 - color contains mainly: green. Hex color #32F05D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F05D is #CD0FA2. Grayscale: #A6A6A6. Windows color (decimal): -13438883 or 6156338. OLE color: 6156338.
HSL color Cylindrical-coordinate representation of color #32F05D: hue angle of 133.58º 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 #32F05D is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 240 | 93 | - |
| CMYK | 0.79 | 0 | 0.61 | 0.06 |
| HSL | 133.58º | 0.86% | 0.57% | - |
| HSV(B) | 133.58º | 0.79% | 0.94% | - |
| XYZ | 34.45 | 63.79 | 20.85 | - |
| YUV | 166.43 | 86.55 | 44.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 240 | 93 | 0.79 | 0 | 0.61 | 0.06 | 133.58 | 0.86 | 0.57 |
| Hex | 32 | F0 | 5D | 4F | 0 | 3D | 6 | 86 | 56 | 39 |
| Octal | 62 | 360 | 135 | 117 | 0 | 75 | 6 | 206 | 126 | 71 |
| Binary | 110010 | 11110000 | 1011101 | 1001111 | 0 | 111101 | 110 | 10000110 | 1010110 | 111001 |
Color Harmonies of #32F05D
Complementary color
Monochromatic Colors of #32F05D
Black with #32F05D
Text Example
Text Example
White with #32F05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F05D; }
p { color: rgb(50,240,93); }
H1.HeaderClassName
{
color: #32F05D;
}
.AnyTagClassName
{
color: #32F05D;
}
</style>
background-color css
<style>
a { background-color: #32F05D; }
a { background-color: rgb(50,240,93); }
div.DivClassName
{
background-color: #32F05D;
}
.BgClassName
{
background-color: #32F05D;
}
</style>
border-color css
<style>
span { border-color: #32F05D; }
span { border-color: rgb(50,240,93); }
td.TdClassName
{
border-color: #32F05D;
}
.TagClassName
{
border-color: #32F05D;
}
</style>