Html Css Color HEX #20DD43 Malachite

📋 copy color: '#20DD43'

red 32 ◦ green 221 ◦ blue 67

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

Shades of Malachite #20DD43

Tints of Malachite #20DD43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.94%

R = 10%
G = 69.06%
B = 20.94%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#20DD43 (or 0x20DD43) is known color: Malachite. HEX triplet: 20, DD and 43. RGB value is (32,221,67). Sum of RGB (Red+Green+Blue) = 32+221+67=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 221 (86.72% from 255 or 69.06% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DD43 is #DF22BC. Grayscale: #939393. Windows color (decimal): -14623421 or 4447520. OLE color: 4447520.

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

Color convert

RGB 32 221 67 -
CMYK 0.86 0 0.70 0.13
HSL 131.11º 0.75% 0.5% -
HSV(B) 131.11º 0.86% 0.87% -
XYZ 27.47 52.43 13.98 -
YUV 146.93 82.88 46.02 -
System Red Green Blue C M Y K H S L
Decimal 32 221 67 0.86 0 0.70 0.13 131.11 0.75 0.5
Hex 20 DD 43 56 0 46 D 83 4B 32
Octal 40 335 103 126 0 106 15 203 113 62
Binary 100000 11011101 1000011 1010110 0 1000110 1101 10000011 1001011 110010

Color Harmonies of #20DD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DD43

Black with #20DD43

Text Example


Text Example

White with #20DD43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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