Shades of Malachite #32ED64
Tints of Malachite #32ED64
RGB
CMYK
RGB Variations
Color information
#32ED64 (or 0x32ED64) is known color: Malachite. HEX triplet: 32, ED and 64. RGB value is (50,237,100). Sum of RGB (Red+Green+Blue) = 50+237+100=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 237 (92.97% from 255 or 61.24% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 237 - color contains mainly: green. Hex color #32ED64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32ED64 is #CD129B. Grayscale: #A5A5A5. Windows color (decimal): -13439644 or 6614322. OLE color: 6614322.
HSL color Cylindrical-coordinate representation of color #32ED64: hue angle of 136.04º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32ED64 is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 237 | 100 | - |
| CMYK | 0.79 | 0 | 0.58 | 0.07 |
| HSL | 136.04º | 0.84% | 0.56% | - |
| HSV(B) | 136.04º | 0.79% | 0.93% | - |
| XYZ | 33.9 | 62.17 | 22.27 | - |
| YUV | 165.47 | 91.05 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 237 | 100 | 0.79 | 0 | 0.58 | 0.07 | 136.04 | 0.84 | 0.56 |
| Hex | 32 | ED | 64 | 4F | 0 | 3A | 7 | 88 | 54 | 38 |
| Octal | 62 | 355 | 144 | 117 | 0 | 72 | 7 | 210 | 124 | 70 |
| Binary | 110010 | 11101101 | 1100100 | 1001111 | 0 | 111010 | 111 | 10001000 | 1010100 | 111000 |
Color Harmonies of #32ED64
Complementary color
Monochromatic Colors of #32ED64
Black with #32ED64
Text Example
Text Example
White with #32ED64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ED64; }
p { color: rgb(50,237,100); }
H1.HeaderClassName
{
color: #32ED64;
}
.AnyTagClassName
{
color: #32ED64;
}
</style>
background-color css
<style>
a { background-color: #32ED64; }
a { background-color: rgb(50,237,100); }
div.DivClassName
{
background-color: #32ED64;
}
.BgClassName
{
background-color: #32ED64;
}
</style>
border-color css
<style>
span { border-color: #32ED64; }
span { border-color: rgb(50,237,100); }
td.TdClassName
{
border-color: #32ED64;
}
.TagClassName
{
border-color: #32ED64;
}
</style>