Shades of Malachite #32ED69
Tints of Malachite #32ED69
RGB
CMYK
RGB Variations
Color information
#32ED69 (or 0x32ED69) is known color: Malachite. HEX triplet: 32, ED and 69. RGB value is (50,237,105). Sum of RGB (Red+Green+Blue) = 50+237+105=392 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.76% from 392); Green value is 237 (92.97% from 255 or 60.46% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 237 - color contains mainly: green. Hex color #32ED69 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32ED69 is #CD1296. Grayscale: #A6A6A6. Windows color (decimal): -13439639 or 6942002. OLE color: 6942002.
HSL color Cylindrical-coordinate representation of color #32ED69: hue angle of 137.65º 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 #32ED69 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 237 | 105 | - |
| CMYK | 0.79 | 0 | 0.56 | 0.07 |
| HSL | 137.65º | 0.84% | 0.56% | - |
| HSV(B) | 137.65º | 0.79% | 0.93% | - |
| XYZ | 34.15 | 62.27 | 23.58 | - |
| YUV | 166.04 | 93.55 | 45.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 237 | 105 | 0.79 | 0 | 0.56 | 0.07 | 137.65 | 0.84 | 0.56 |
| Hex | 32 | ED | 69 | 4F | 0 | 38 | 7 | 8A | 54 | 38 |
| Octal | 62 | 355 | 151 | 117 | 0 | 70 | 7 | 212 | 124 | 70 |
| Binary | 110010 | 11101101 | 1101001 | 1001111 | 0 | 111000 | 111 | 10001010 | 1010100 | 111000 |
Color Harmonies of #32ED69
Complementary color
Monochromatic Colors of #32ED69
Black with #32ED69
Text Example
Text Example
White with #32ED69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ED69; }
p { color: rgb(50,237,105); }
H1.HeaderClassName
{
color: #32ED69;
}
.AnyTagClassName
{
color: #32ED69;
}
</style>
background-color css
<style>
a { background-color: #32ED69; }
a { background-color: rgb(50,237,105); }
div.DivClassName
{
background-color: #32ED69;
}
.BgClassName
{
background-color: #32ED69;
}
</style>
border-color css
<style>
span { border-color: #32ED69; }
span { border-color: rgb(50,237,105); }
td.TdClassName
{
border-color: #32ED69;
}
.TagClassName
{
border-color: #32ED69;
}
</style>