Shades of Malachite #32F24F
Tints of Malachite #32F24F
RGB
CMYK
RGB Variations
Color information
#32F24F (or 0x32F24F) is known color: Malachite. HEX triplet: 32, F2 and 4F. RGB value is (50,242,79). Sum of RGB (Red+Green+Blue) = 50+242+79=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 242 (94.92% from 255 or 65.23% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 242 - color contains mainly: green. Hex color #32F24F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F24F is #CD0DB0. Grayscale: #A6A6A6. Windows color (decimal): -13438385 or 5239346. OLE color: 5239346.
HSL color Cylindrical-coordinate representation of color #32F24F: hue angle of 129.06º degrees, saturation: 0.88, 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 #32F24F is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 242 | 79 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.05 |
| HSL | 129.06º | 0.88% | 0.57% | - |
| HSV(B) | 129.06º | 0.79% | 0.95% | - |
| XYZ | 34.48 | 64.75 | 18.08 | - |
| YUV | 166.01 | 78.89 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 242 | 79 | 0.79 | 0 | 0.67 | 0.05 | 129.06 | 0.88 | 0.57 |
| Hex | 32 | F2 | 4F | 4F | 0 | 43 | 5 | 81 | 58 | 39 |
| Octal | 62 | 362 | 117 | 117 | 0 | 103 | 5 | 201 | 130 | 71 |
| Binary | 110010 | 11110010 | 1001111 | 1001111 | 0 | 1000011 | 101 | 10000001 | 1011000 | 111001 |
Color Harmonies of #32F24F
Complementary color
Monochromatic Colors of #32F24F
Black with #32F24F
Text Example
Text Example
White with #32F24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F24F; }
p { color: rgb(50,242,79); }
H1.HeaderClassName
{
color: #32F24F;
}
.AnyTagClassName
{
color: #32F24F;
}
</style>
background-color css
<style>
a { background-color: #32F24F; }
a { background-color: rgb(50,242,79); }
div.DivClassName
{
background-color: #32F24F;
}
.BgClassName
{
background-color: #32F24F;
}
</style>
border-color css
<style>
span { border-color: #32F24F; }
span { border-color: rgb(50,242,79); }
td.TdClassName
{
border-color: #32F24F;
}
.TagClassName
{
border-color: #32F24F;
}
</style>