Html Css Color HEX #20DD73 Malachite

📋 copy color: '#20DD73'

red 32 ◦ green 221 ◦ blue 115

#20DD73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #20DD73

Tints of Malachite #20DD73

RGB

 RED value IS 32 (12.89% from 255) = 8.7%

 GREEN value IS 221 (86.72% from 255) = 60.05%

 BLUE value IS 115 (45.31% from 255) = 31.25%

R = 8.7%
G = 60.05%
B = 31.25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#20DD73 (or 0x20DD73) is known color: Malachite. HEX triplet: 20, DD and 73. RGB value is (32,221,115). Sum of RGB (Red+Green+Blue) = 32+221+115=368 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.70% from 368); Green value is 221 (86.72% from 255 or 60.05% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DD73 is #DF228C. Grayscale: #989898. Windows color (decimal): -14623373 or 7593248. OLE color: 7593248.

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

Color convert

RGB 32 221 115 -
CMYK 0.86 0 0.48 0.13
HSL 146.35º 0.75% 0.5% -
HSV(B) 146.35º 0.86% 0.87% -
XYZ 29.55 53.26 24.94 -
YUV 152.41 106.88 42.12 -
System Red Green Blue C M Y K H S L
Decimal 32 221 115 0.86 0 0.48 0.13 146.35 0.75 0.5
Hex 20 DD 73 56 0 30 D 92 4B 32
Octal 40 335 163 126 0 60 15 222 113 62
Binary 100000 11011101 1110011 1010110 0 110000 1101 10010010 1001011 110010

Color Harmonies of #20DD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DD73

Black with #20DD73

Text Example


Text Example

White with #20DD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20DD73;
 }
 .AnyTagClassName
 {
   color: #20DD73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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