Html Css Color HEX #20DF5D Malachite

📋 copy color: '#20DF5D'

red 32 ◦ green 223 ◦ blue 93

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

Shades of Malachite #20DF5D

Tints of Malachite #20DF5D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 64.08%

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

R = 9.2%
G = 64.08%
B = 26.72%

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

#20DF5D (or 0x20DF5D) is known color: Malachite. HEX triplet: 20, DF and 5D. RGB value is (32,223,93). Sum of RGB (Red+Green+Blue) = 32+223+93=348 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.20% from 348); Green value is 223 (87.5% from 255 or 64.08% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 223 - color contains mainly: green. Hex color #20DF5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DF5D is #DF20A2. Grayscale: #979797. Windows color (decimal): -14622883 or 6151968. OLE color: 6151968.

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

Color convert

RGB 32 223 93 -
CMYK 0.86 0 0.58 0.13
HSL 139.16º 0.75% 0.5% -
HSV(B) 139.16º 0.86% 0.87% -
XYZ 28.96 53.87 19.23 -
YUV 151.07 95.22 43.07 -
System Red Green Blue C M Y K H S L
Decimal 32 223 93 0.86 0 0.58 0.13 139.16 0.75 0.5
Hex 20 DF 5D 56 0 3A D 8B 4B 32
Octal 40 337 135 126 0 72 15 213 113 62
Binary 100000 11011111 1011101 1010110 0 111010 1101 10001011 1001011 110010

Color Harmonies of #20DF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DF5D

Black with #20DF5D

Text Example


Text Example

White with #20DF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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