Shades of Malachite #32F355
Tints of Malachite #32F355
RGB
CMYK
RGB Variations
Color information
#32F355 (or 0x32F355) is known color: Malachite. HEX triplet: 32, F3 and 55. RGB value is (50,243,85). Sum of RGB (Red+Green+Blue) = 50+243+85=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 243 (95.31% from 255 or 64.29% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 243 - color contains mainly: green. Hex color #32F355 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F355 is #CD0CAA. Grayscale: #A7A7A7. Windows color (decimal): -13438123 or 5632818. OLE color: 5632818.
HSL color Cylindrical-coordinate representation of color #32F355: hue angle of 130.88º 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 #32F355 is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 243 | 85 | - |
| CMYK | 0.79 | 0 | 0.65 | 0.05 |
| HSL | 130.88º | 0.89% | 0.57% | - |
| HSV(B) | 130.88º | 0.79% | 0.95% | - |
| XYZ | 35.01 | 65.44 | 19.38 | - |
| YUV | 167.28 | 81.56 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 243 | 85 | 0.79 | 0 | 0.65 | 0.05 | 130.88 | 0.89 | 0.57 |
| Hex | 32 | F3 | 55 | 4F | 0 | 41 | 5 | 83 | 59 | 39 |
| Octal | 62 | 363 | 125 | 117 | 0 | 101 | 5 | 203 | 131 | 71 |
| Binary | 110010 | 11110011 | 1010101 | 1001111 | 0 | 1000001 | 101 | 10000011 | 1011001 | 111001 |
Color Harmonies of #32F355
Complementary color
Monochromatic Colors of #32F355
Black with #32F355
Text Example
Text Example
White with #32F355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F355; }
p { color: rgb(50,243,85); }
H1.HeaderClassName
{
color: #32F355;
}
.AnyTagClassName
{
color: #32F355;
}
</style>
background-color css
<style>
a { background-color: #32F355; }
a { background-color: rgb(50,243,85); }
div.DivClassName
{
background-color: #32F355;
}
.BgClassName
{
background-color: #32F355;
}
</style>
border-color css
<style>
span { border-color: #32F355; }
span { border-color: rgb(50,243,85); }
td.TdClassName
{
border-color: #32F355;
}
.TagClassName
{
border-color: #32F355;
}
</style>