Html Css Color HEX #20DD4D Malachite

📋 copy color: '#20DD4D'

red 32 ◦ green 221 ◦ blue 77

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

Shades of Malachite #20DD4D

Tints of Malachite #20DD4D

RGB

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

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

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

R = 9.7%
G = 66.97%
B = 23.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#20DD4D (or 0x20DD4D) is known color: Malachite. HEX triplet: 20, DD and 4D. RGB value is (32,221,77). Sum of RGB (Red+Green+Blue) = 32+221+77=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 221 (86.72% from 255 or 66.97% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DD4D is #DF22B2. Grayscale: #949494. Windows color (decimal): -14623411 or 5102880. OLE color: 5102880.

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

Color convert

RGB 32 221 77 -
CMYK 0.86 0 0.65 0.13
HSL 134.29º 0.75% 0.5% -
HSV(B) 134.29º 0.86% 0.87% -
XYZ 27.79 52.56 15.7 -
YUV 148.07 87.88 45.21 -
System Red Green Blue C M Y K H S L
Decimal 32 221 77 0.86 0 0.65 0.13 134.29 0.75 0.5
Hex 20 DD 4D 56 0 41 D 86 4B 32
Octal 40 335 115 126 0 101 15 206 113 62
Binary 100000 11011101 1001101 1010110 0 1000001 1101 10000110 1001011 110010

Color Harmonies of #20DD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DD4D

Black with #20DD4D

Text Example


Text Example

White with #20DD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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