Html Css Color HEX #20DA5B Malachite

📋 copy color: '#20DA5B'

red 32 ◦ green 218 ◦ blue 91

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

Shades of Malachite #20DA5B

Tints of Malachite #20DA5B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 63.93%

 BLUE value IS 91 (35.94% from 255) = 26.69%

R = 9.38%
G = 63.93%
B = 26.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#20DA5B (or 0x20DA5B) is known color: Malachite. HEX triplet: 20, DA and 5B. RGB value is (32,218,91). Sum of RGB (Red+Green+Blue) = 32+218+91=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 218 (85.55% from 255 or 63.93% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 218 - color contains mainly: green. Hex color #20DA5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DA5B is #DF25A4. Grayscale: #949494. Windows color (decimal): -14624165 or 6019616. OLE color: 6019616.

HSL color Cylindrical-coordinate representation of color #20DA5B: hue angle of 139.03º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DA5B is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 218 91 -
CMYK 0.85 0 0.58 0.15
HSL 139.03º 0.74% 0.49% -
HSV(B) 139.03º 0.85% 0.85% -
XYZ 27.56 51.21 18.33 -
YUV 147.91 95.88 45.33 -
System Red Green Blue C M Y K H S L
Decimal 32 218 91 0.85 0 0.58 0.15 139.03 0.74 0.49
Hex 20 DA 5B 55 0 3A F 8B 4A 31
Octal 40 332 133 125 0 72 17 213 112 61
Binary 100000 11011010 1011011 1010101 0 111010 1111 10001011 1001010 110001

Color Harmonies of #20DA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DA5B

Black with #20DA5B

Text Example


Text Example

White with #20DA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,218,91); }

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

background-color css

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

 a { background-color: rgb(32,218,91); }

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

border-color css

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

 span { border-color: rgb(32,218,91); }

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