Html Css Color HEX #20DD5D Malachite

📋 copy color: '#20DD5D'

red 32 ◦ green 221 ◦ blue 93

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

Shades of Malachite #20DD5D

Tints of Malachite #20DD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.88%

R = 9.25%
G = 63.87%
B = 26.88%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#20DD5D (or 0x20DD5D) is known color: Malachite. HEX triplet: 20, DD and 5D. RGB value is (32,221,93). Sum of RGB (Red+Green+Blue) = 32+221+93=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 221 (86.72% from 255 or 63.87% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DD5D is #DF22A2. Grayscale: #969696. Windows color (decimal): -14623395 or 6151456. OLE color: 6151456.

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

Color convert

RGB 32 221 93 -
CMYK 0.86 0 0.58 0.13
HSL 139.37º 0.75% 0.5% -
HSV(B) 139.37º 0.86% 0.87% -
XYZ 28.43 52.81 19.05 -
YUV 149.9 95.88 43.91 -
System Red Green Blue C M Y K H S L
Decimal 32 221 93 0.86 0 0.58 0.13 139.37 0.75 0.5
Hex 20 DD 5D 56 0 3A D 8B 4B 32
Octal 40 335 135 126 0 72 15 213 113 62
Binary 100000 11011101 1011101 1010110 0 111010 1101 10001011 1001011 110010

Color Harmonies of #20DD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DD5D

Black with #20DD5D

Text Example


Text Example

White with #20DD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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