Shades of Malachite #32F568
Tints of Malachite #32F568
RGB
CMYK
RGB Variations
Color information
#32F568 (or 0x32F568) is known color: Malachite. HEX triplet: 32, F5 and 68. RGB value is (50,245,104). Sum of RGB (Red+Green+Blue) = 50+245+104=399 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.53% from 399); Green value is 245 (96.09% from 255 or 61.40% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 245 - color contains mainly: green. Hex color #32F568 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F568 is #CD0A97. Grayscale: #AAAAAA. Windows color (decimal): -13437592 or 6878514. OLE color: 6878514.
HSL color Cylindrical-coordinate representation of color #32F568: hue angle of 136.62º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F568 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 245 | 104 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.04 |
| HSL | 136.62º | 0.91% | 0.58% | - |
| HSV(B) | 136.62º | 0.8% | 0.96% | - |
| XYZ | 36.47 | 66.98 | 24.1 | - |
| YUV | 170.62 | 90.4 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 245 | 104 | 0.80 | 0 | 0.58 | 0.04 | 136.62 | 0.91 | 0.58 |
| Hex | 32 | F5 | 68 | 50 | 0 | 3A | 4 | 89 | 5B | 3A |
| Octal | 62 | 365 | 150 | 120 | 0 | 72 | 4 | 211 | 133 | 72 |
| Binary | 110010 | 11110101 | 1101000 | 1010000 | 0 | 111010 | 100 | 10001001 | 1011011 | 111010 |
Color Harmonies of #32F568
Complementary color
Monochromatic Colors of #32F568
Black with #32F568
Text Example
Text Example
White with #32F568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F568; }
p { color: rgb(50,245,104); }
H1.HeaderClassName
{
color: #32F568;
}
.AnyTagClassName
{
color: #32F568;
}
</style>
background-color css
<style>
a { background-color: #32F568; }
a { background-color: rgb(50,245,104); }
div.DivClassName
{
background-color: #32F568;
}
.BgClassName
{
background-color: #32F568;
}
</style>
border-color css
<style>
span { border-color: #32F568; }
span { border-color: rgb(50,245,104); }
td.TdClassName
{
border-color: #32F568;
}
.TagClassName
{
border-color: #32F568;
}
</style>