Html Css Color HEX #20DB73 Malachite

📋 copy color: '#20DB73'

red 32 ◦ green 219 ◦ blue 115

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

Shades of Malachite #20DB73

Tints of Malachite #20DB73

RGB

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

 GREEN value IS 219 (85.94% from 255) = 59.84%

 BLUE value IS 115 (45.31% from 255) = 31.42%

R = 8.74%
G = 59.84%
B = 31.42%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#20DB73 (or 0x20DB73) is known color: Malachite. HEX triplet: 20, DB and 73. RGB value is (32,219,115). Sum of RGB (Red+Green+Blue) = 32+219+115=366 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.74% from 366); Green value is 219 (85.94% from 255 or 59.84% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DB73 is #DF248C. Grayscale: #979797. Windows color (decimal): -14623885 or 7592736. OLE color: 7592736.

HSL color Cylindrical-coordinate representation of color #20DB73: hue angle of 146.63º 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 #20DB73 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 219 115 -
CMYK 0.85 0 0.47 0.14
HSL 146.63º 0.75% 0.49% -
HSV(B) 146.63º 0.85% 0.86% -
XYZ 29.02 52.21 24.77 -
YUV 151.23 107.55 42.96 -
System Red Green Blue C M Y K H S L
Decimal 32 219 115 0.85 0 0.47 0.14 146.63 0.75 0.49
Hex 20 DB 73 55 0 2F E 93 4B 31
Octal 40 333 163 125 0 57 16 223 113 61
Binary 100000 11011011 1110011 1010101 0 101111 1110 10010011 1001011 110001

Color Harmonies of #20DB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DB73

Black with #20DB73

Text Example


Text Example

White with #20DB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,219,115); }

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

background-color css

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

 a { background-color: rgb(32,219,115); }

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

border-color css

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

 span { border-color: rgb(32,219,115); }

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