Shades of Malachite #32ED65
Tints of Malachite #32ED65
RGB
CMYK
RGB Variations
Color information
#32ED65 (or 0x32ED65) is known color: Malachite. HEX triplet: 32, ED and 65. RGB value is (50,237,101). Sum of RGB (Red+Green+Blue) = 50+237+101=388 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.89% from 388); Green value is 237 (92.97% from 255 or 61.08% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 237 - color contains mainly: green. Hex color #32ED65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32ED65 is #CD129A. Grayscale: #A5A5A5. Windows color (decimal): -13439643 or 6679858. OLE color: 6679858.
HSL color Cylindrical-coordinate representation of color #32ED65: hue angle of 136.36º 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 #32ED65 is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 237 | 101 | - |
| CMYK | 0.79 | 0 | 0.57 | 0.07 |
| HSL | 136.36º | 0.84% | 0.56% | - |
| HSV(B) | 136.36º | 0.79% | 0.93% | - |
| XYZ | 33.95 | 62.19 | 22.53 | - |
| YUV | 165.58 | 91.55 | 45.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 237 | 101 | 0.79 | 0 | 0.57 | 0.07 | 136.36 | 0.84 | 0.56 |
| Hex | 32 | ED | 65 | 4F | 0 | 39 | 7 | 88 | 54 | 38 |
| Octal | 62 | 355 | 145 | 117 | 0 | 71 | 7 | 210 | 124 | 70 |
| Binary | 110010 | 11101101 | 1100101 | 1001111 | 0 | 111001 | 111 | 10001000 | 1010100 | 111000 |
Color Harmonies of #32ED65
Complementary color
Monochromatic Colors of #32ED65
Black with #32ED65
Text Example
Text Example
White with #32ED65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ED65; }
p { color: rgb(50,237,101); }
H1.HeaderClassName
{
color: #32ED65;
}
.AnyTagClassName
{
color: #32ED65;
}
</style>
background-color css
<style>
a { background-color: #32ED65; }
a { background-color: rgb(50,237,101); }
div.DivClassName
{
background-color: #32ED65;
}
.BgClassName
{
background-color: #32ED65;
}
</style>
border-color css
<style>
span { border-color: #32ED65; }
span { border-color: rgb(50,237,101); }
td.TdClassName
{
border-color: #32ED65;
}
.TagClassName
{
border-color: #32ED65;
}
</style>