Shades of Malachite #20F360
Tints of Malachite #20F360
RGB
CMYK
RGB Variations
Color information
#20F360 (or 0x20F360) is known color: Malachite. HEX triplet: 20, F3 and 60. RGB value is (32,243,96). Sum of RGB (Red+Green+Blue) = 32+243+96=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 243 (95.31% from 255 or 65.50% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 243 - color contains mainly: green. Hex color #20F360 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F360 is #DF0C9F. Grayscale: #A3A3A3. Windows color (decimal): -14617760 or 6353696. OLE color: 6353696.
HSL color Cylindrical-coordinate representation of color #20F360: hue angle of 138.2º degrees, saturation: 0.9, 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 #20F360 is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 243 | 96 | - |
| CMYK | 0.87 | 0 | 0.60 | 0.05 |
| HSL | 138.2º | 0.9% | 0.54% | - |
| HSV(B) | 138.2º | 0.87% | 0.95% | - |
| XYZ | 34.76 | 65.25 | 21.83 | - |
| YUV | 163.15 | 90.1 | 34.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 243 | 96 | 0.87 | 0 | 0.60 | 0.05 | 138.2 | 0.9 | 0.54 |
| Hex | 20 | F3 | 60 | 57 | 0 | 3C | 5 | 8A | 5A | 36 |
| Octal | 40 | 363 | 140 | 127 | 0 | 74 | 5 | 212 | 132 | 66 |
| Binary | 100000 | 11110011 | 1100000 | 1010111 | 0 | 111100 | 101 | 10001010 | 1011010 | 110110 |
Color Harmonies of #20F360
Complementary color
Monochromatic Colors of #20F360
Black with #20F360
Text Example
Text Example
White with #20F360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F360; }
p { color: rgb(32,243,96); }
H1.HeaderClassName
{
color: #20F360;
}
.AnyTagClassName
{
color: #20F360;
}
</style>
background-color css
<style>
a { background-color: #20F360; }
a { background-color: rgb(32,243,96); }
div.DivClassName
{
background-color: #20F360;
}
.BgClassName
{
background-color: #20F360;
}
</style>
border-color css
<style>
span { border-color: #20F360; }
span { border-color: rgb(32,243,96); }
td.TdClassName
{
border-color: #20F360;
}
.TagClassName
{
border-color: #20F360;
}
</style>