Html Css Color HEX #20DF76 Malachite

📋 copy color: '#20DF76'

red 32 ◦ green 223 ◦ blue 118

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

Shades of Malachite #20DF76

Tints of Malachite #20DF76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.64%

R = 8.58%
G = 59.79%
B = 31.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#20DF76 (or 0x20DF76) is known color: Malachite. HEX triplet: 20, DF and 76. RGB value is (32,223,118). Sum of RGB (Red+Green+Blue) = 32+223+118=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 223 (87.5% from 255 or 59.79% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 223 - color contains mainly: green. Hex color #20DF76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DF76 is #DF2089. Grayscale: #9A9A9A. Windows color (decimal): -14622858 or 7790368. OLE color: 7790368.

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

Color convert

RGB 32 223 118 -
CMYK 0.86 0 0.47 0.13
HSL 147.02º 0.75% 0.5% -
HSV(B) 147.02º 0.86% 0.87% -
XYZ 30.25 54.39 26.04 -
YUV 153.92 107.72 41.04 -
System Red Green Blue C M Y K H S L
Decimal 32 223 118 0.86 0 0.47 0.13 147.02 0.75 0.5
Hex 20 DF 76 56 0 2F D 93 4B 32
Octal 40 337 166 126 0 57 15 223 113 62
Binary 100000 11011111 1110110 1010110 0 101111 1101 10010011 1001011 110010

Color Harmonies of #20DF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DF76

Black with #20DF76

Text Example


Text Example

White with #20DF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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