Shades of Malachite #32F067
Tints of Malachite #32F067
RGB
CMYK
RGB Variations
Color information
#32F067 (or 0x32F067) is known color: Malachite. HEX triplet: 32, F0 and 67. RGB value is (50,240,103). Sum of RGB (Red+Green+Blue) = 50+240+103=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 240 (94.14% from 255 or 61.07% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 240 - color contains mainly: green. Hex color #32F067 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F067 is #CD0F98. Grayscale: #A7A7A7. Windows color (decimal): -13438873 or 6811698. OLE color: 6811698.
HSL color Cylindrical-coordinate representation of color #32F067: hue angle of 136.74º 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 #32F067 is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 240 | 103 | - |
| CMYK | 0.79 | 0 | 0.57 | 0.06 |
| HSL | 136.74º | 0.86% | 0.57% | - |
| HSV(B) | 136.74º | 0.79% | 0.94% | - |
| XYZ | 34.92 | 63.98 | 23.34 | - |
| YUV | 167.57 | 91.55 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 240 | 103 | 0.79 | 0 | 0.57 | 0.06 | 136.74 | 0.86 | 0.57 |
| Hex | 32 | F0 | 67 | 4F | 0 | 39 | 6 | 89 | 56 | 39 |
| Octal | 62 | 360 | 147 | 117 | 0 | 71 | 6 | 211 | 126 | 71 |
| Binary | 110010 | 11110000 | 1100111 | 1001111 | 0 | 111001 | 110 | 10001001 | 1010110 | 111001 |
Color Harmonies of #32F067
Complementary color
Monochromatic Colors of #32F067
Black with #32F067
Text Example
Text Example
White with #32F067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F067; }
p { color: rgb(50,240,103); }
H1.HeaderClassName
{
color: #32F067;
}
.AnyTagClassName
{
color: #32F067;
}
</style>
background-color css
<style>
a { background-color: #32F067; }
a { background-color: rgb(50,240,103); }
div.DivClassName
{
background-color: #32F067;
}
.BgClassName
{
background-color: #32F067;
}
</style>
border-color css
<style>
span { border-color: #32F067; }
span { border-color: rgb(50,240,103); }
td.TdClassName
{
border-color: #32F067;
}
.TagClassName
{
border-color: #32F067;
}
</style>