#20DF4A

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

Shades of Malachite #20DF4A

Tints of Malachite #20DF4A

Color information

#20DF4A (or 0x20DF4A) is unknown color: approx Malachite. HEX triplet: 20, DF and 4A. RGB value is (32,223,74). Sum of RGB (Red+Green+Blue) = 32+223+74=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 223 (87.5% from 255 or 67.78% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 223 - color contains mainly: green. Hex color #20DF4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DF4A is #DF20B5. Grayscale: #959595. Windows color (decimal): -14622902 or 4906784. OLE color: 4906784.

HSL color Cylindrical-coordinate representation of color #20DF4A: hue angle of 133.19º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DF4A is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB3222374-
CMYK0.8600.670.13
HSL133.19º74.9%50%-
HSV(B)133.19º85.65%87.45%-
XYZ28.2253.5815.33-
YUV148.985.7244.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.73%
GREEN value IS 223 (87.5% from 255) = 67.78%
BLUE value IS 74 (29.30% from 255) = 22.49%
R=9.73%
G=67.78%
B=22.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal32223740.8600.670.13133.1974.950
Hex20DF4A56043D854b32
Octal4033711212601031520511362
Binary1000001101111110010101010110010000111101100001011001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20DF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,223,74); }

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

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

 a { background-color: rgb(32,223,74); }

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

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

 span { border-color: rgb(32,223,74); }

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