Shades of Malachite #20FE52
Tints of Malachite #20FE52
RGB
CMYK
RGB Variations
Color information
#20FE52 (or 0x20FE52) is known color: Malachite. HEX triplet: 20, FE and 52. RGB value is (32,254,82). Sum of RGB (Red+Green+Blue) = 32+254+82=368 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.70% from 368); Green value is 254 (99.61% from 255 or 69.02% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 254 - color contains mainly: green. Hex color #20FE52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20FE52 is #DF01AD. Grayscale: #A8A8A8. Windows color (decimal): -14614958 or 5439008. OLE color: 5439008.
HSL color Cylindrical-coordinate representation of color #20FE52: hue angle of 133.51º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FE52 is Cyan = 0.87, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 254 | 82 | - |
| CMYK | 0.87 | 0 | 0.68 | 0.00 |
| HSL | 133.51º | 0.99% | 0.56% | - |
| HSV(B) | 133.51º | 0.87% | 1% | - |
| XYZ | 37.56 | 71.8 | 19.86 | - |
| YUV | 168.01 | 79.45 | 30.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 254 | 82 | 0.87 | 0 | 0.68 | 0.00 | 133.51 | 0.99 | 0.56 |
| Hex | 20 | FE | 52 | 57 | 0 | 44 | 0 | 86 | 63 | 38 |
| Octal | 40 | 376 | 122 | 127 | 0 | 104 | 0 | 206 | 143 | 70 |
| Binary | 100000 | 11111110 | 1010010 | 1010111 | 0 | 1000100 | 0 | 10000110 | 1100011 | 111000 |
Color Harmonies of #20FE52
Complementary color
Monochromatic Colors of #20FE52
Black with #20FE52
Text Example
Text Example
White with #20FE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FE52; }
p { color: rgb(32,254,82); }
H1.HeaderClassName
{
color: #20FE52;
}
.AnyTagClassName
{
color: #20FE52;
}
</style>
background-color css
<style>
a { background-color: #20FE52; }
a { background-color: rgb(32,254,82); }
div.DivClassName
{
background-color: #20FE52;
}
.BgClassName
{
background-color: #20FE52;
}
</style>
border-color css
<style>
span { border-color: #20FE52; }
span { border-color: rgb(32,254,82); }
td.TdClassName
{
border-color: #20FE52;
}
.TagClassName
{
border-color: #20FE52;
}
</style>