Html Css Color HEX #20D76F Malachite

📋 copy color: '#20D76F'

red 32 ◦ green 215 ◦ blue 111

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

Shades of Malachite #20D76F

Tints of Malachite #20D76F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 60.06%

 BLUE value IS 111 (43.75% from 255) = 31.01%

R = 8.94%
G = 60.06%
B = 31.01%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#20D76F (or 0x20D76F) is known color: Malachite. HEX triplet: 20, D7 and 6F. RGB value is (32,215,111). Sum of RGB (Red+Green+Blue) = 32+215+111=358 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.94% from 358); Green value is 215 (84.38% from 255 or 60.06% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 215 - color contains mainly: green. Hex color #20D76F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D76F is #DF2890. Grayscale: #949494. Windows color (decimal): -14624913 or 7329568. OLE color: 7329568.

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

Color convert

RGB 32 215 111 -
CMYK 0.85 0 0.48 0.16
HSL 145.9º 0.74% 0.48% -
HSV(B) 145.9º 0.85% 0.84% -
XYZ 27.77 50.06 23.24 -
YUV 148.43 106.87 44.96 -
System Red Green Blue C M Y K H S L
Decimal 32 215 111 0.85 0 0.48 0.16 145.9 0.74 0.48
Hex 20 D7 6F 55 0 30 10 92 4A 30
Octal 40 327 157 125 0 60 20 222 112 60
Binary 100000 11010111 1101111 1010101 0 110000 10000 10010010 1001010 110000

Color Harmonies of #20D76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D76F

Black with #20D76F

Text Example


Text Example

White with #20D76F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,215,111); }

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

background-color css

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

 a { background-color: rgb(32,215,111); }

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

border-color css

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

 span { border-color: rgb(32,215,111); }

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