Shades of Malachite #32F350
Tints of Malachite #32F350
RGB
CMYK
RGB Variations
Color information
#32F350 (or 0x32F350) is known color: Malachite. HEX triplet: 32, F3 and 50. RGB value is (50,243,80). Sum of RGB (Red+Green+Blue) = 50+243+80=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 243 (95.31% from 255 or 65.15% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 243 - color contains mainly: green. Hex color #32F350 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F350 is #CD0CAF. Grayscale: #A7A7A7. Windows color (decimal): -13438128 or 5305138. OLE color: 5305138.
HSL color Cylindrical-coordinate representation of color #32F350: hue angle of 129.33º 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 #32F350 is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 243 | 80 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.05 |
| HSL | 129.33º | 0.89% | 0.57% | - |
| HSV(B) | 129.33º | 0.79% | 0.95% | - |
| XYZ | 34.81 | 65.36 | 18.37 | - |
| YUV | 166.71 | 79.06 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 243 | 80 | 0.79 | 0 | 0.67 | 0.05 | 129.33 | 0.89 | 0.57 |
| Hex | 32 | F3 | 50 | 4F | 0 | 43 | 5 | 81 | 59 | 39 |
| Octal | 62 | 363 | 120 | 117 | 0 | 103 | 5 | 201 | 131 | 71 |
| Binary | 110010 | 11110011 | 1010000 | 1001111 | 0 | 1000011 | 101 | 10000001 | 1011001 | 111001 |
Color Harmonies of #32F350
Complementary color
Monochromatic Colors of #32F350
Black with #32F350
Text Example
Text Example
White with #32F350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F350; }
p { color: rgb(50,243,80); }
H1.HeaderClassName
{
color: #32F350;
}
.AnyTagClassName
{
color: #32F350;
}
</style>
background-color css
<style>
a { background-color: #32F350; }
a { background-color: rgb(50,243,80); }
div.DivClassName
{
background-color: #32F350;
}
.BgClassName
{
background-color: #32F350;
}
</style>
border-color css
<style>
span { border-color: #32F350; }
span { border-color: rgb(50,243,80); }
td.TdClassName
{
border-color: #32F350;
}
.TagClassName
{
border-color: #32F350;
}
</style>