Shades of Malachite #32EF55
Tints of Malachite #32EF55
RGB
CMYK
RGB Variations
Color information
#32EF55 (or 0x32EF55) is known color: Malachite. HEX triplet: 32, EF and 55. RGB value is (50,239,85). Sum of RGB (Red+Green+Blue) = 50+239+85=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 239 (93.75% from 255 or 63.90% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 239 - color contains mainly: green. Hex color #32EF55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EF55 is #CD10AA. Grayscale: #A5A5A5. Windows color (decimal): -13439147 or 5631794. OLE color: 5631794.
HSL color Cylindrical-coordinate representation of color #32EF55: hue angle of 131.11º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EF55 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 239 | 85 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.06 |
| HSL | 131.11º | 0.86% | 0.57% | - |
| HSV(B) | 131.11º | 0.79% | 0.94% | - |
| XYZ | 33.82 | 63.07 | 18.98 | - |
| YUV | 164.93 | 82.88 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 85 | 0.79 | 0 | 0.64 | 0.06 | 131.11 | 0.86 | 0.57 |
| Hex | 32 | EF | 55 | 4F | 0 | 40 | 6 | 83 | 56 | 39 |
| Octal | 62 | 357 | 125 | 117 | 0 | 100 | 6 | 203 | 126 | 71 |
| Binary | 110010 | 11101111 | 1010101 | 1001111 | 0 | 1000000 | 110 | 10000011 | 1010110 | 111001 |
Color Harmonies of #32EF55
Complementary color
Monochromatic Colors of #32EF55
Black with #32EF55
Text Example
Text Example
White with #32EF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EF55; }
p { color: rgb(50,239,85); }
H1.HeaderClassName
{
color: #32EF55;
}
.AnyTagClassName
{
color: #32EF55;
}
</style>
background-color css
<style>
a { background-color: #32EF55; }
a { background-color: rgb(50,239,85); }
div.DivClassName
{
background-color: #32EF55;
}
.BgClassName
{
background-color: #32EF55;
}
</style>
border-color css
<style>
span { border-color: #32EF55; }
span { border-color: rgb(50,239,85); }
td.TdClassName
{
border-color: #32EF55;
}
.TagClassName
{
border-color: #32EF55;
}
</style>