Shades of Malachite #32EA65
Tints of Malachite #32EA65
RGB
CMYK
RGB Variations
Color information
#32EA65 (or 0x32EA65) is known color: Malachite. HEX triplet: 32, EA and 65. RGB value is (50,234,101). Sum of RGB (Red+Green+Blue) = 50+234+101=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 234 (91.80% from 255 or 60.78% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 234 - color contains mainly: green. Hex color #32EA65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EA65 is #CD159A. Grayscale: #A4A4A4. Windows color (decimal): -13440411 or 6679090. OLE color: 6679090.
HSL color Cylindrical-coordinate representation of color #32EA65: hue angle of 136.63º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EA65 is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 234 | 101 | - |
| CMYK | 0.79 | 0 | 0.57 | 0.08 |
| HSL | 136.63º | 0.81% | 0.56% | - |
| HSV(B) | 136.63º | 0.79% | 0.92% | - |
| XYZ | 33.09 | 60.46 | 22.24 | - |
| YUV | 163.82 | 92.54 | 46.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 101 | 0.79 | 0 | 0.57 | 0.08 | 136.63 | 0.81 | 0.56 |
| Hex | 32 | EA | 65 | 4F | 0 | 39 | 8 | 89 | 51 | 38 |
| Octal | 62 | 352 | 145 | 117 | 0 | 71 | 10 | 211 | 121 | 70 |
| Binary | 110010 | 11101010 | 1100101 | 1001111 | 0 | 111001 | 1000 | 10001001 | 1010001 | 111000 |
Color Harmonies of #32EA65
Complementary color
Monochromatic Colors of #32EA65
Black with #32EA65
Text Example
Text Example
White with #32EA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EA65; }
p { color: rgb(50,234,101); }
H1.HeaderClassName
{
color: #32EA65;
}
.AnyTagClassName
{
color: #32EA65;
}
</style>
background-color css
<style>
a { background-color: #32EA65; }
a { background-color: rgb(50,234,101); }
div.DivClassName
{
background-color: #32EA65;
}
.BgClassName
{
background-color: #32EA65;
}
</style>
border-color css
<style>
span { border-color: #32EA65; }
span { border-color: rgb(50,234,101); }
td.TdClassName
{
border-color: #32EA65;
}
.TagClassName
{
border-color: #32EA65;
}
</style>