Shades of Malachite #32F969
Tints of Malachite #32F969
RGB
CMYK
RGB Variations
Color information
#32F969 (or 0x32F969) is known color: Malachite. HEX triplet: 32, F9 and 69. RGB value is (50,249,105). Sum of RGB (Red+Green+Blue) = 50+249+105=404 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.38% from 404); Green value is 249 (97.66% from 255 or 61.63% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 249 - color contains mainly: green. Hex color #32F969 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F969 is #CD0696. Grayscale: #ADADAD. Windows color (decimal): -13436567 or 6945074. OLE color: 6945074.
HSL color Cylindrical-coordinate representation of color #32F969: hue angle of 136.58º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F969 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 105 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.02 |
| HSL | 136.58º | 0.94% | 0.59% | - |
| HSV(B) | 136.58º | 0.8% | 0.98% | - |
| XYZ | 37.74 | 69.45 | 24.78 | - |
| YUV | 173.08 | 89.57 | 40.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 105 | 0.80 | 0 | 0.58 | 0.02 | 136.58 | 0.94 | 0.59 |
| Hex | 32 | F9 | 69 | 50 | 0 | 3A | 2 | 89 | 5E | 3B |
| Octal | 62 | 371 | 151 | 120 | 0 | 72 | 2 | 211 | 136 | 73 |
| Binary | 110010 | 11111001 | 1101001 | 1010000 | 0 | 111010 | 10 | 10001001 | 1011110 | 111011 |
Color Harmonies of #32F969
Complementary color
Monochromatic Colors of #32F969
Black with #32F969
Text Example
Text Example
White with #32F969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F969; }
p { color: rgb(50,249,105); }
H1.HeaderClassName
{
color: #32F969;
}
.AnyTagClassName
{
color: #32F969;
}
</style>
background-color css
<style>
a { background-color: #32F969; }
a { background-color: rgb(50,249,105); }
div.DivClassName
{
background-color: #32F969;
}
.BgClassName
{
background-color: #32F969;
}
</style>
border-color css
<style>
span { border-color: #32F969; }
span { border-color: rgb(50,249,105); }
td.TdClassName
{
border-color: #32F969;
}
.TagClassName
{
border-color: #32F969;
}
</style>