Html Css Color HEX #20DC4D Malachite

📋 copy color: '#20DC4D'

red 32 ◦ green 220 ◦ blue 77

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

Shades of Malachite #20DC4D

Tints of Malachite #20DC4D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 66.87%

 BLUE value IS 77 (30.47% from 255) = 23.4%

R = 9.73%
G = 66.87%
B = 23.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#20DC4D (or 0x20DC4D) is known color: Malachite. HEX triplet: 20, DC and 4D. RGB value is (32,220,77). Sum of RGB (Red+Green+Blue) = 32+220+77=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 220 (86.33% from 255 or 66.87% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 220 - color contains mainly: green. Hex color #20DC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DC4D is #DF23B2. Grayscale: #939393. Windows color (decimal): -14623667 or 5102624. OLE color: 5102624.

HSL color Cylindrical-coordinate representation of color #20DC4D: hue angle of 134.36º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DC4D is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 220 77 -
CMYK 0.85 0 0.65 0.14
HSL 134.36º 0.75% 0.49% -
HSV(B) 134.36º 0.85% 0.86% -
XYZ 27.53 52.03 15.61 -
YUV 147.49 88.22 45.63 -
System Red Green Blue C M Y K H S L
Decimal 32 220 77 0.85 0 0.65 0.14 134.36 0.75 0.49
Hex 20 DC 4D 55 0 41 E 86 4B 31
Octal 40 334 115 125 0 101 16 206 113 61
Binary 100000 11011100 1001101 1010101 0 1000001 1110 10000110 1001011 110001

Color Harmonies of #20DC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DC4D

Black with #20DC4D

Text Example


Text Example

White with #20DC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,220,77); }

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

background-color css

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

 a { background-color: rgb(32,220,77); }

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

border-color css

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

 span { border-color: rgb(32,220,77); }

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