Shades of Malachite #20FB3C
Tints of Malachite #20FB3C
RGB
CMYK
RGB Variations
Color information
#20FB3C (or 0x20FB3C) is known color: Malachite. HEX triplet: 20, FB and 3C. RGB value is (32,251,60). Sum of RGB (Red+Green+Blue) = 32+251+60=343 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.33% from 343); Green value is 251 (98.44% from 255 or 73.18% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 251 - color contains mainly: green. Hex color #20FB3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20FB3C is #DF04C3. Grayscale: #A4A4A4. Windows color (decimal): -14615748 or 3996448. OLE color: 3996448.
HSL color Cylindrical-coordinate representation of color #20FB3C: hue angle of 127.67º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FB3C is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 251 | 60 | - |
| CMYK | 0.87 | 0 | 0.76 | 0.02 |
| HSL | 127.67º | 0.96% | 0.55% | - |
| HSV(B) | 127.67º | 0.87% | 0.98% | - |
| XYZ | 35.91 | 69.63 | 15.82 | - |
| YUV | 163.75 | 69.45 | 34.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 251 | 60 | 0.87 | 0 | 0.76 | 0.02 | 127.67 | 0.96 | 0.55 |
| Hex | 20 | FB | 3C | 57 | 0 | 4C | 2 | 80 | 60 | 37 |
| Octal | 40 | 373 | 74 | 127 | 0 | 114 | 2 | 200 | 140 | 67 |
| Binary | 100000 | 11111011 | 111100 | 1010111 | 0 | 1001100 | 10 | 10000000 | 1100000 | 110111 |
Color Harmonies of #20FB3C
Complementary color
Monochromatic Colors of #20FB3C
Black with #20FB3C
Text Example
Text Example
White with #20FB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FB3C; }
p { color: rgb(32,251,60); }
H1.HeaderClassName
{
color: #20FB3C;
}
.AnyTagClassName
{
color: #20FB3C;
}
</style>
background-color css
<style>
a { background-color: #20FB3C; }
a { background-color: rgb(32,251,60); }
div.DivClassName
{
background-color: #20FB3C;
}
.BgClassName
{
background-color: #20FB3C;
}
</style>
border-color css
<style>
span { border-color: #20FB3C; }
span { border-color: rgb(32,251,60); }
td.TdClassName
{
border-color: #20FB3C;
}
.TagClassName
{
border-color: #20FB3C;
}
</style>