Html Css Color HEX #20DB5C Malachite

📋 copy color: '#20DB5C'

red 32 ◦ green 219 ◦ blue 92

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

Shades of Malachite #20DB5C

Tints of Malachite #20DB5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.82%

R = 9.33%
G = 63.85%
B = 26.82%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#20DB5C (or 0x20DB5C) is known color: Malachite. HEX triplet: 20, DB and 5C. RGB value is (32,219,92). Sum of RGB (Red+Green+Blue) = 32+219+92=343 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.33% from 343); Green value is 219 (85.94% from 255 or 63.85% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DB5C is #DF24A3. Grayscale: #949494. Windows color (decimal): -14623908 or 6085408. OLE color: 6085408.

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

Color convert

RGB 32 219 92 -
CMYK 0.85 0 0.58 0.14
HSL 139.25º 0.75% 0.49% -
HSV(B) 139.25º 0.85% 0.86% -
XYZ 27.86 51.74 18.64 -
YUV 148.61 96.05 44.83 -
System Red Green Blue C M Y K H S L
Decimal 32 219 92 0.85 0 0.58 0.14 139.25 0.75 0.49
Hex 20 DB 5C 55 0 3A E 8B 4B 31
Octal 40 333 134 125 0 72 16 213 113 61
Binary 100000 11011011 1011100 1010101 0 111010 1110 10001011 1001011 110001

Color Harmonies of #20DB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DB5C

Black with #20DB5C

Text Example


Text Example

White with #20DB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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