Html Css Color HEX #20DF72 Malachite

📋 copy color: '#20DF72'

red 32 ◦ green 223 ◦ blue 114

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

Shades of Malachite #20DF72

Tints of Malachite #20DF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.89%

R = 8.67%
G = 60.43%
B = 30.89%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#20DF72 (or 0x20DF72) is known color: Malachite. HEX triplet: 20, DF and 72. RGB value is (32,223,114). Sum of RGB (Red+Green+Blue) = 32+223+114=369 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.67% from 369); Green value is 223 (87.5% from 255 or 60.43% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 223 - color contains mainly: green. Hex color #20DF72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DF72 is #DF208D. Grayscale: #999999. Windows color (decimal): -14622862 or 7528224. OLE color: 7528224.

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

Color convert

RGB 32 223 114 -
CMYK 0.86 0 0.49 0.13
HSL 145.76º 0.75% 0.5% -
HSV(B) 145.76º 0.86% 0.87% -
XYZ 30.02 54.3 24.82 -
YUV 153.47 105.72 41.36 -
System Red Green Blue C M Y K H S L
Decimal 32 223 114 0.86 0 0.49 0.13 145.76 0.75 0.5
Hex 20 DF 72 56 0 31 D 92 4B 32
Octal 40 337 162 126 0 61 15 222 113 62
Binary 100000 11011111 1110010 1010110 0 110001 1101 10010010 1001011 110010

Color Harmonies of #20DF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DF72

Black with #20DF72

Text Example


Text Example

White with #20DF72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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