#20EF52

Color #20EF52 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #20EF52

Tints of Malachite #20EF52

Color information

#20EF52 (or 0x20EF52) is unknown color: approx Malachite. HEX triplet: 20, EF and 52. RGB value is (32,239,82). Sum of RGB (Red+Green+Blue) = 32+239+82=353 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.07% from 353); Green value is 239 (93.75% from 255 or 67.71% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 239 - color contains mainly: green. Hex color #20EF52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20EF52 is #DF10AD. Grayscale: #9F9F9F. Windows color (decimal): -14618798 or 5435168. OLE color: 5435168.

HSL color Cylindrical-coordinate representation of color #20EF52: hue angle of 134.49º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EF52 is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB3223982-
CMYK0.8700.660.06
HSL134.49º86.61%53.14%-
HSV(B)134.49º86.61%93.73%-
XYZ32.9962.6518.34-
YUV159.2184.4237.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 9.07%
GREEN value IS 239 (93.75% from 255) = 67.71%
BLUE value IS 82 (32.42% from 255) = 23.23%
R=9.07%
G=67.71%
B=23.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal32239820.8700.660.06134.4986.6153.14
Hex20EF52570426865735
Octal403571221270102620612765
Binary100000111011111010010101011101000010110100001101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20EF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20EF52; }

 p { color: rgb(32,239,82); }

 H1.HeaderClassName
 {
   color: #20EF52;
 }
 .AnyTagClassName
 {
   color: #20EF52;
 }
</style>
background-color css

<style>
 a { background-color: #20EF52; }

 a { background-color: rgb(32,239,82); }

 div.DivClassName
 {
   background-color: #20EF52;
 }
 .BgClassName
 {
   background-color: #20EF52;
 }
</style>
border-color css

<style>
 span { border-color: #20EF52; }

 span { border-color: rgb(32,239,82); }

 td.TdClassName
 {
   border-color: #20EF52;
 }
 .TagClassName
 {
   border-color: #20EF52;
 }
</style>