Shades of Malachite #32EE68
Tints of Malachite #32EE68
RGB
CMYK
RGB Variations
Color information
#32EE68 (or 0x32EE68) is known color: Malachite. HEX triplet: 32, EE and 68. RGB value is (50,238,104). Sum of RGB (Red+Green+Blue) = 50+238+104=392 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.76% from 392); Green value is 238 (93.36% from 255 or 60.71% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 238 - color contains mainly: green. Hex color #32EE68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EE68 is #CD1197. Grayscale: #A6A6A6. Windows color (decimal): -13439384 or 6876722. OLE color: 6876722.
HSL color Cylindrical-coordinate representation of color #32EE68: hue angle of 137.23º degrees, saturation: 0.85, 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 #32EE68 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 238 | 104 | - |
| CMYK | 0.79 | 0 | 0.56 | 0.07 |
| HSL | 137.23º | 0.85% | 0.56% | - |
| HSV(B) | 137.23º | 0.79% | 0.93% | - |
| XYZ | 34.39 | 62.83 | 23.41 | - |
| YUV | 166.51 | 92.72 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 104 | 0.79 | 0 | 0.56 | 0.07 | 137.23 | 0.85 | 0.56 |
| Hex | 32 | EE | 68 | 4F | 0 | 38 | 7 | 89 | 55 | 38 |
| Octal | 62 | 356 | 150 | 117 | 0 | 70 | 7 | 211 | 125 | 70 |
| Binary | 110010 | 11101110 | 1101000 | 1001111 | 0 | 111000 | 111 | 10001001 | 1010101 | 111000 |
Color Harmonies of #32EE68
Complementary color
Monochromatic Colors of #32EE68
Black with #32EE68
Text Example
Text Example
White with #32EE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EE68; }
p { color: rgb(50,238,104); }
H1.HeaderClassName
{
color: #32EE68;
}
.AnyTagClassName
{
color: #32EE68;
}
</style>
background-color css
<style>
a { background-color: #32EE68; }
a { background-color: rgb(50,238,104); }
div.DivClassName
{
background-color: #32EE68;
}
.BgClassName
{
background-color: #32EE68;
}
</style>
border-color css
<style>
span { border-color: #32EE68; }
span { border-color: rgb(50,238,104); }
td.TdClassName
{
border-color: #32EE68;
}
.TagClassName
{
border-color: #32EE68;
}
</style>