Shades of Malachite #32EF66
Tints of Malachite #32EF66
RGB
CMYK
RGB Variations
Color information
#32EF66 (or 0x32EF66) is known color: Malachite. HEX triplet: 32, EF and 66. RGB value is (50,239,102). Sum of RGB (Red+Green+Blue) = 50+239+102=391 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.79% from 391); Green value is 239 (93.75% from 255 or 61.13% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 239 - color contains mainly: green. Hex color #32EF66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EF66 is #CD1099. Grayscale: #A7A7A7. Windows color (decimal): -13439130 or 6745906. OLE color: 6745906.
HSL color Cylindrical-coordinate representation of color #32EF66: hue angle of 136.51º 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 #32EF66 is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 239 | 102 | - |
| CMYK | 0.79 | 0 | 0.57 | 0.06 |
| HSL | 136.51º | 0.86% | 0.57% | - |
| HSV(B) | 136.51º | 0.79% | 0.94% | - |
| XYZ | 34.58 | 63.37 | 22.98 | - |
| YUV | 166.87 | 91.38 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 102 | 0.79 | 0 | 0.57 | 0.06 | 136.51 | 0.86 | 0.57 |
| Hex | 32 | EF | 66 | 4F | 0 | 39 | 6 | 89 | 56 | 39 |
| Octal | 62 | 357 | 146 | 117 | 0 | 71 | 6 | 211 | 126 | 71 |
| Binary | 110010 | 11101111 | 1100110 | 1001111 | 0 | 111001 | 110 | 10001001 | 1010110 | 111001 |
Color Harmonies of #32EF66
Complementary color
Monochromatic Colors of #32EF66
Black with #32EF66
Text Example
Text Example
White with #32EF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EF66; }
p { color: rgb(50,239,102); }
H1.HeaderClassName
{
color: #32EF66;
}
.AnyTagClassName
{
color: #32EF66;
}
</style>
background-color css
<style>
a { background-color: #32EF66; }
a { background-color: rgb(50,239,102); }
div.DivClassName
{
background-color: #32EF66;
}
.BgClassName
{
background-color: #32EF66;
}
</style>
border-color css
<style>
span { border-color: #32EF66; }
span { border-color: rgb(50,239,102); }
td.TdClassName
{
border-color: #32EF66;
}
.TagClassName
{
border-color: #32EF66;
}
</style>