Shades of Malachite #32ED5B
Tints of Malachite #32ED5B
RGB
CMYK
RGB Variations
Color information
#32ED5B (or 0x32ED5B) is known color: Malachite. HEX triplet: 32, ED and 5B. RGB value is (50,237,91). Sum of RGB (Red+Green+Blue) = 50+237+91=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 237 (92.97% from 255 or 62.70% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 237 - color contains mainly: green. Hex color #32ED5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32ED5B is #CD12A4. Grayscale: #A4A4A4. Windows color (decimal): -13439653 or 6024498. OLE color: 6024498.
HSL color Cylindrical-coordinate representation of color #32ED5B: hue angle of 133.16º 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 #32ED5B is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 237 | 91 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.07 |
| HSL | 133.16º | 0.84% | 0.56% | - |
| HSV(B) | 133.16º | 0.79% | 0.93% | - |
| XYZ | 33.49 | 62 | 20.1 | - |
| YUV | 164.44 | 86.55 | 46.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 237 | 91 | 0.79 | 0 | 0.62 | 0.07 | 133.16 | 0.84 | 0.56 |
| Hex | 32 | ED | 5B | 4F | 0 | 3E | 7 | 85 | 54 | 38 |
| Octal | 62 | 355 | 133 | 117 | 0 | 76 | 7 | 205 | 124 | 70 |
| Binary | 110010 | 11101101 | 1011011 | 1001111 | 0 | 111110 | 111 | 10000101 | 1010100 | 111000 |
Color Harmonies of #32ED5B
Complementary color
Monochromatic Colors of #32ED5B
Black with #32ED5B
Text Example
Text Example
White with #32ED5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ED5B; }
p { color: rgb(50,237,91); }
H1.HeaderClassName
{
color: #32ED5B;
}
.AnyTagClassName
{
color: #32ED5B;
}
</style>
background-color css
<style>
a { background-color: #32ED5B; }
a { background-color: rgb(50,237,91); }
div.DivClassName
{
background-color: #32ED5B;
}
.BgClassName
{
background-color: #32ED5B;
}
</style>
border-color css
<style>
span { border-color: #32ED5B; }
span { border-color: rgb(50,237,91); }
td.TdClassName
{
border-color: #32ED5B;
}
.TagClassName
{
border-color: #32ED5B;
}
</style>