Shades of Malachite #32F96A
Tints of Malachite #32F96A
RGB
CMYK
RGB Variations
Color information
#32F96A (or 0x32F96A) is known color: Malachite. HEX triplet: 32, F9 and 6A. RGB value is (50,249,106). Sum of RGB (Red+Green+Blue) = 50+249+106=405 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.35% from 405); Green value is 249 (97.66% from 255 or 61.48% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 249 - color contains mainly: green. Hex color #32F96A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F96A is #CD0695. Grayscale: #ADADAD. Windows color (decimal): -13436566 or 7010610. OLE color: 7010610.
HSL color Cylindrical-coordinate representation of color #32F96A: hue angle of 136.88º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F96A is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 106 | - |
| CMYK | 0.80 | 0 | 0.57 | 0.02 |
| HSL | 136.88º | 0.94% | 0.59% | - |
| HSV(B) | 136.88º | 0.8% | 0.98% | - |
| XYZ | 37.79 | 69.47 | 25.05 | - |
| YUV | 173.2 | 90.07 | 40.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 106 | 0.80 | 0 | 0.57 | 0.02 | 136.88 | 0.94 | 0.59 |
| Hex | 32 | F9 | 6A | 50 | 0 | 39 | 2 | 89 | 5E | 3B |
| Octal | 62 | 371 | 152 | 120 | 0 | 71 | 2 | 211 | 136 | 73 |
| Binary | 110010 | 11111001 | 1101010 | 1010000 | 0 | 111001 | 10 | 10001001 | 1011110 | 111011 |
Color Harmonies of #32F96A
Complementary color
Monochromatic Colors of #32F96A
Black with #32F96A
Text Example
Text Example
White with #32F96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F96A; }
p { color: rgb(50,249,106); }
H1.HeaderClassName
{
color: #32F96A;
}
.AnyTagClassName
{
color: #32F96A;
}
</style>
background-color css
<style>
a { background-color: #32F96A; }
a { background-color: rgb(50,249,106); }
div.DivClassName
{
background-color: #32F96A;
}
.BgClassName
{
background-color: #32F96A;
}
</style>
border-color css
<style>
span { border-color: #32F96A; }
span { border-color: rgb(50,249,106); }
td.TdClassName
{
border-color: #32F96A;
}
.TagClassName
{
border-color: #32F96A;
}
</style>