#20DD40

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

Shades of Malachite #20DD40

Tints of Malachite #20DD40

Color information

#20DD40 (or 0x20DD40) is unknown color: approx Malachite. HEX triplet: 20, DD and 40. RGB value is (32,221,64). Sum of RGB (Red+Green+Blue) = 32+221+64=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 221 (86.72% from 255 or 69.72% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DD40 is #DF22BF. Grayscale: #939393. Windows color (decimal): -14623424 or 4250912. OLE color: 4250912.

HSL color Cylindrical-coordinate representation of color #20DD40: hue angle of 130.16º 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 #20DD40 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB3222164-
CMYK0.8600.710.13
HSL130.16º74.7%49.61%-
HSV(B)130.16º85.52%86.67%-
XYZ27.3852.3913.52-
YUV146.5981.3846.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.09%
GREEN value IS 221 (86.72% from 255) = 69.72%
BLUE value IS 64 (25.39% from 255) = 20.19%
R=10.09%
G=69.72%
B=20.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal32221640.8600.710.13130.1674.749.61
Hex20DD4056047D824b32
Octal4033510012601071520211362
Binary1000001101110110000001010110010001111101100000101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20DD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,221,64); }

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

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

 a { background-color: rgb(32,221,64); }

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

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

 span { border-color: rgb(32,221,64); }

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