Shades of Malachite #20F16B
Tints of Malachite #20F16B
RGB
CMYK
RGB Variations
Color information
#20F16B (or 0x20F16B) is known color: Malachite. HEX triplet: 20, F1 and 6B. RGB value is (32,241,107). Sum of RGB (Red+Green+Blue) = 32+241+107=380 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.42% from 380); Green value is 241 (94.53% from 255 or 63.42% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 241 - color contains mainly: green. Hex color #20F16B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F16B is #DF0E94. Grayscale: #A3A3A3. Windows color (decimal): -14618261 or 7074080. OLE color: 7074080.
HSL color Cylindrical-coordinate representation of color #20F16B: hue angle of 141.53º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F16B is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 241 | 107 | - |
| CMYK | 0.87 | 0 | 0.56 | 0.05 |
| HSL | 141.53º | 0.88% | 0.54% | - |
| HSV(B) | 141.53º | 0.87% | 0.95% | - |
| XYZ | 34.7 | 64.28 | 24.49 | - |
| YUV | 163.23 | 96.26 | 34.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 241 | 107 | 0.87 | 0 | 0.56 | 0.05 | 141.53 | 0.88 | 0.54 |
| Hex | 20 | F1 | 6B | 57 | 0 | 38 | 5 | 8E | 58 | 36 |
| Octal | 40 | 361 | 153 | 127 | 0 | 70 | 5 | 216 | 130 | 66 |
| Binary | 100000 | 11110001 | 1101011 | 1010111 | 0 | 111000 | 101 | 10001110 | 1011000 | 110110 |
Color Harmonies of #20F16B
Complementary color
Monochromatic Colors of #20F16B
Black with #20F16B
Text Example
Text Example
White with #20F16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F16B; }
p { color: rgb(32,241,107); }
H1.HeaderClassName
{
color: #20F16B;
}
.AnyTagClassName
{
color: #20F16B;
}
</style>
background-color css
<style>
a { background-color: #20F16B; }
a { background-color: rgb(32,241,107); }
div.DivClassName
{
background-color: #20F16B;
}
.BgClassName
{
background-color: #20F16B;
}
</style>
border-color css
<style>
span { border-color: #20F16B; }
span { border-color: rgb(32,241,107); }
td.TdClassName
{
border-color: #20F16B;
}
.TagClassName
{
border-color: #20F16B;
}
</style>