Html Css Color HEX #20DF78 Malachite

📋 copy color: '#20DF78'

red 32 ◦ green 223 ◦ blue 120

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

Shades of Malachite #20DF78

Tints of Malachite #20DF78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32%

R = 8.53%
G = 59.47%
B = 32%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#20DF78 (or 0x20DF78) is known color: Malachite. HEX triplet: 20, DF and 78. RGB value is (32,223,120). Sum of RGB (Red+Green+Blue) = 32+223+120=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 223 (87.5% from 255 or 59.47% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 223 - color contains mainly: green. Hex color #20DF78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DF78 is #DF2087. Grayscale: #9A9A9A. Windows color (decimal): -14622856 or 7921440. OLE color: 7921440.

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

Color convert

RGB 32 223 120 -
CMYK 0.86 0 0.46 0.13
HSL 147.64º 0.75% 0.5% -
HSV(B) 147.64º 0.86% 0.87% -
XYZ 30.37 54.44 26.68 -
YUV 154.15 108.72 40.88 -
System Red Green Blue C M Y K H S L
Decimal 32 223 120 0.86 0 0.46 0.13 147.64 0.75 0.5
Hex 20 DF 78 56 0 2E D 94 4B 32
Octal 40 337 170 126 0 56 15 224 113 62
Binary 100000 11011111 1111000 1010110 0 101110 1101 10010100 1001011 110010

Color Harmonies of #20DF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DF78

Black with #20DF78

Text Example


Text Example

White with #20DF78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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