Shades of Malachite #20F93F
Tints of Malachite #20F93F
RGB
CMYK
RGB Variations
Color information
#20F93F (or 0x20F93F) is known color: Malachite. HEX triplet: 20, F9 and 3F. RGB value is (32,249,63). Sum of RGB (Red+Green+Blue) = 32+249+63=344 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.30% from 344); Green value is 249 (97.66% from 255 or 72.38% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 249 - color contains mainly: green. Hex color #20F93F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F93F is #DF06C0. Grayscale: #A3A3A3. Windows color (decimal): -14616257 or 4192544. OLE color: 4192544.
HSL color Cylindrical-coordinate representation of color #20F93F: hue angle of 128.57º degrees, saturation: 0.95, 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 #20F93F is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 249 | 63 | - |
| CMYK | 0.87 | 0 | 0.75 | 0.02 |
| HSL | 128.57º | 0.95% | 0.55% | - |
| HSV(B) | 128.57º | 0.87% | 0.98% | - |
| XYZ | 35.37 | 68.42 | 16.04 | - |
| YUV | 162.91 | 71.61 | 34.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 249 | 63 | 0.87 | 0 | 0.75 | 0.02 | 128.57 | 0.95 | 0.55 |
| Hex | 20 | F9 | 3F | 57 | 0 | 4B | 2 | 81 | 5F | 37 |
| Octal | 40 | 371 | 77 | 127 | 0 | 113 | 2 | 201 | 137 | 67 |
| Binary | 100000 | 11111001 | 111111 | 1010111 | 0 | 1001011 | 10 | 10000001 | 1011111 | 110111 |
Color Harmonies of #20F93F
Complementary color
Monochromatic Colors of #20F93F
Black with #20F93F
Text Example
Text Example
White with #20F93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F93F; }
p { color: rgb(32,249,63); }
H1.HeaderClassName
{
color: #20F93F;
}
.AnyTagClassName
{
color: #20F93F;
}
</style>
background-color css
<style>
a { background-color: #20F93F; }
a { background-color: rgb(32,249,63); }
div.DivClassName
{
background-color: #20F93F;
}
.BgClassName
{
background-color: #20F93F;
}
</style>
border-color css
<style>
span { border-color: #20F93F; }
span { border-color: rgb(32,249,63); }
td.TdClassName
{
border-color: #20F93F;
}
.TagClassName
{
border-color: #20F93F;
}
</style>