Html Css Color HEX #20DA42 Malachite

📋 copy color: '#20DA42'

red 32 ◦ green 218 ◦ blue 66

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

Shades of Malachite #20DA42

Tints of Malachite #20DA42

RGB

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

 GREEN value IS 218 (85.55% from 255) = 68.99%

 BLUE value IS 66 (26.17% from 255) = 20.89%

R = 10.13%
G = 68.99%
B = 20.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#20DA42 (or 0x20DA42) is known color: Malachite. HEX triplet: 20, DA and 42. RGB value is (32,218,66). Sum of RGB (Red+Green+Blue) = 32+218+66=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 218 (85.55% from 255 or 68.99% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 218 - color contains mainly: green. Hex color #20DA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DA42 is #DF25BD. Grayscale: #919191. Windows color (decimal): -14624190 or 4381216. OLE color: 4381216.

HSL color Cylindrical-coordinate representation of color #20DA42: hue angle of 130.97º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DA42 is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 218 66 -
CMYK 0.85 0 0.70 0.15
HSL 130.97º 0.74% 0.49% -
HSV(B) 130.97º 0.85% 0.85% -
XYZ 26.65 50.84 13.56 -
YUV 145.06 83.38 47.36 -
System Red Green Blue C M Y K H S L
Decimal 32 218 66 0.85 0 0.70 0.15 130.97 0.74 0.49
Hex 20 DA 42 55 0 46 F 83 4A 31
Octal 40 332 102 125 0 106 17 203 112 61
Binary 100000 11011010 1000010 1010101 0 1000110 1111 10000011 1001010 110001

Color Harmonies of #20DA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DA42

Black with #20DA42

Text Example


Text Example

White with #20DA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,218,66); }

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

background-color css

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

 a { background-color: rgb(32,218,66); }

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

border-color css

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

 span { border-color: rgb(32,218,66); }

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