Shades of Malachite #32F94E
Tints of Malachite #32F94E
RGB
CMYK
RGB Variations
Color information
#32F94E (or 0x32F94E) is known color: Malachite. HEX triplet: 32, F9 and 4E. RGB value is (50,249,78). Sum of RGB (Red+Green+Blue) = 50+249+78=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 249 (97.66% from 255 or 66.05% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 249 - color contains mainly: green. Hex color #32F94E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F94E is #CD06B1. Grayscale: #AAAAAA. Windows color (decimal): -13436594 or 5175602. OLE color: 5175602.
HSL color Cylindrical-coordinate representation of color #32F94E: hue angle of 128.44º 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 #32F94E is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 78 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.02 |
| HSL | 128.44º | 0.94% | 0.59% | - |
| HSV(B) | 128.44º | 0.8% | 0.98% | - |
| XYZ | 36.57 | 68.98 | 18.59 | - |
| YUV | 170.01 | 76.07 | 42.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 78 | 0.80 | 0 | 0.69 | 0.02 | 128.44 | 0.94 | 0.59 |
| Hex | 32 | F9 | 4E | 50 | 0 | 45 | 2 | 80 | 5E | 3B |
| Octal | 62 | 371 | 116 | 120 | 0 | 105 | 2 | 200 | 136 | 73 |
| Binary | 110010 | 11111001 | 1001110 | 1010000 | 0 | 1000101 | 10 | 10000000 | 1011110 | 111011 |
Color Harmonies of #32F94E
Complementary color
Monochromatic Colors of #32F94E
Black with #32F94E
Text Example
Text Example
White with #32F94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F94E; }
p { color: rgb(50,249,78); }
H1.HeaderClassName
{
color: #32F94E;
}
.AnyTagClassName
{
color: #32F94E;
}
</style>
background-color css
<style>
a { background-color: #32F94E; }
a { background-color: rgb(50,249,78); }
div.DivClassName
{
background-color: #32F94E;
}
.BgClassName
{
background-color: #32F94E;
}
</style>
border-color css
<style>
span { border-color: #32F94E; }
span { border-color: rgb(50,249,78); }
td.TdClassName
{
border-color: #32F94E;
}
.TagClassName
{
border-color: #32F94E;
}
</style>