Shades of Malachite #32F360
Tints of Malachite #32F360
RGB
CMYK
RGB Variations
Color information
#32F360 (or 0x32F360) is known color: Malachite. HEX triplet: 32, F3 and 60. RGB value is (50,243,96). Sum of RGB (Red+Green+Blue) = 50+243+96=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 243 (95.31% from 255 or 62.47% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 243 - color contains mainly: green. Hex color #32F360 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F360 is #CD0C9F. Grayscale: #A8A8A8. Windows color (decimal): -13438112 or 6353714. OLE color: 6353714.
HSL color Cylindrical-coordinate representation of color #32F360: hue angle of 134.3º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F360 is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 243 | 96 | - |
| CMYK | 0.79 | 0 | 0.60 | 0.05 |
| HSL | 134.3º | 0.89% | 0.57% | - |
| HSV(B) | 134.3º | 0.79% | 0.95% | - |
| XYZ | 35.48 | 65.62 | 21.86 | - |
| YUV | 168.54 | 87.06 | 43.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 243 | 96 | 0.79 | 0 | 0.60 | 0.05 | 134.3 | 0.89 | 0.57 |
| Hex | 32 | F3 | 60 | 4F | 0 | 3C | 5 | 86 | 59 | 39 |
| Octal | 62 | 363 | 140 | 117 | 0 | 74 | 5 | 206 | 131 | 71 |
| Binary | 110010 | 11110011 | 1100000 | 1001111 | 0 | 111100 | 101 | 10000110 | 1011001 | 111001 |
Color Harmonies of #32F360
Complementary color
Monochromatic Colors of #32F360
Black with #32F360
Text Example
Text Example
White with #32F360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F360; }
p { color: rgb(50,243,96); }
H1.HeaderClassName
{
color: #32F360;
}
.AnyTagClassName
{
color: #32F360;
}
</style>
background-color css
<style>
a { background-color: #32F360; }
a { background-color: rgb(50,243,96); }
div.DivClassName
{
background-color: #32F360;
}
.BgClassName
{
background-color: #32F360;
}
</style>
border-color css
<style>
span { border-color: #32F360; }
span { border-color: rgb(50,243,96); }
td.TdClassName
{
border-color: #32F360;
}
.TagClassName
{
border-color: #32F360;
}
</style>