Html Css Color HEX #20DB6F Malachite

📋 copy color: '#20DB6F'

red 32 ◦ green 219 ◦ blue 111

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

Shades of Malachite #20DB6F

Tints of Malachite #20DB6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.66%

R = 8.84%
G = 60.5%
B = 30.66%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#20DB6F (or 0x20DB6F) is known color: Malachite. HEX triplet: 20, DB and 6F. RGB value is (32,219,111). Sum of RGB (Red+Green+Blue) = 32+219+111=362 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.84% from 362); Green value is 219 (85.94% from 255 or 60.50% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DB6F is #DF2490. Grayscale: #979797. Windows color (decimal): -14623889 or 7330592. OLE color: 7330592.

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

Color convert

RGB 32 219 111 -
CMYK 0.85 0 0.49 0.14
HSL 145.35º 0.75% 0.49% -
HSV(B) 145.35º 0.85% 0.86% -
XYZ 28.8 52.12 23.58 -
YUV 150.78 105.55 43.28 -
System Red Green Blue C M Y K H S L
Decimal 32 219 111 0.85 0 0.49 0.14 145.35 0.75 0.49
Hex 20 DB 6F 55 0 31 E 91 4B 31
Octal 40 333 157 125 0 61 16 221 113 61
Binary 100000 11011011 1101111 1010101 0 110001 1110 10010001 1001011 110001

Color Harmonies of #20DB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DB6F

Black with #20DB6F

Text Example


Text Example

White with #20DB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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