Shades of Malachite #32F965
Tints of Malachite #32F965
RGB
CMYK
RGB Variations
Color information
#32F965 (or 0x32F965) is known color: Malachite. HEX triplet: 32, F9 and 65. RGB value is (50,249,101). Sum of RGB (Red+Green+Blue) = 50+249+101=400 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.5% from 400); Green value is 249 (97.66% from 255 or 62.25% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 249 - color contains mainly: green. Hex color #32F965 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F965 is #CD069A. Grayscale: #ADADAD. Windows color (decimal): -13436571 or 6682930. OLE color: 6682930.
HSL color Cylindrical-coordinate representation of color #32F965: hue angle of 135.38º 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 #32F965 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 101 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.02 |
| HSL | 135.38º | 0.94% | 0.59% | - |
| HSV(B) | 135.38º | 0.8% | 0.98% | - |
| XYZ | 37.54 | 69.37 | 23.72 | - |
| YUV | 172.63 | 87.57 | 40.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 101 | 0.80 | 0 | 0.59 | 0.02 | 135.38 | 0.94 | 0.59 |
| Hex | 32 | F9 | 65 | 50 | 0 | 3B | 2 | 87 | 5E | 3B |
| Octal | 62 | 371 | 145 | 120 | 0 | 73 | 2 | 207 | 136 | 73 |
| Binary | 110010 | 11111001 | 1100101 | 1010000 | 0 | 111011 | 10 | 10000111 | 1011110 | 111011 |
Color Harmonies of #32F965
Complementary color
Monochromatic Colors of #32F965
Black with #32F965
Text Example
Text Example
White with #32F965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F965; }
p { color: rgb(50,249,101); }
H1.HeaderClassName
{
color: #32F965;
}
.AnyTagClassName
{
color: #32F965;
}
</style>
background-color css
<style>
a { background-color: #32F965; }
a { background-color: rgb(50,249,101); }
div.DivClassName
{
background-color: #32F965;
}
.BgClassName
{
background-color: #32F965;
}
</style>
border-color css
<style>
span { border-color: #32F965; }
span { border-color: rgb(50,249,101); }
td.TdClassName
{
border-color: #32F965;
}
.TagClassName
{
border-color: #32F965;
}
</style>