Shades of Malachite #32E65A
Tints of Malachite #32E65A
RGB
CMYK
RGB Variations
Color information
#32E65A (or 0x32E65A) is known color: Malachite. HEX triplet: 32, E6 and 5A. RGB value is (50,230,90). Sum of RGB (Red+Green+Blue) = 50+230+90=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 230 (90.23% from 255 or 62.16% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 230 - color contains mainly: green. Hex color #32E65A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32E65A is #CD19A5. Grayscale: #A0A0A0. Windows color (decimal): -13441446 or 5957170. OLE color: 5957170.
HSL color Cylindrical-coordinate representation of color #32E65A: hue angle of 133.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E65A is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 230 | 90 | - |
| CMYK | 0.78 | 0 | 0.61 | 0.10 |
| HSL | 133.33º | 0.78% | 0.55% | - |
| HSV(B) | 133.33º | 0.78% | 0.9% | - |
| XYZ | 31.46 | 58.01 | 19.21 | - |
| YUV | 160.22 | 88.37 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 230 | 90 | 0.78 | 0 | 0.61 | 0.10 | 133.33 | 0.78 | 0.55 |
| Hex | 32 | E6 | 5A | 4E | 0 | 3D | A | 85 | 4E | 37 |
| Octal | 62 | 346 | 132 | 116 | 0 | 75 | 12 | 205 | 116 | 67 |
| Binary | 110010 | 11100110 | 1011010 | 1001110 | 0 | 111101 | 1010 | 10000101 | 1001110 | 110111 |
Color Harmonies of #32E65A
Complementary color
Monochromatic Colors of #32E65A
Black with #32E65A
Text Example
Text Example
White with #32E65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E65A; }
p { color: rgb(50,230,90); }
H1.HeaderClassName
{
color: #32E65A;
}
.AnyTagClassName
{
color: #32E65A;
}
</style>
background-color css
<style>
a { background-color: #32E65A; }
a { background-color: rgb(50,230,90); }
div.DivClassName
{
background-color: #32E65A;
}
.BgClassName
{
background-color: #32E65A;
}
</style>
border-color css
<style>
span { border-color: #32E65A; }
span { border-color: rgb(50,230,90); }
td.TdClassName
{
border-color: #32E65A;
}
.TagClassName
{
border-color: #32E65A;
}
</style>