Html Css Color HEX #20D966 Malachite

📋 copy color: '#20D966'

red 32 ◦ green 217 ◦ blue 102

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

Shades of Malachite #20D966

Tints of Malachite #20D966

RGB

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

 GREEN value IS 217 (85.16% from 255) = 61.82%

 BLUE value IS 102 (40.23% from 255) = 29.06%

R = 9.12%
G = 61.82%
B = 29.06%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#20D966 (or 0x20D966) is known color: Malachite. HEX triplet: 20, D9 and 66. RGB value is (32,217,102). Sum of RGB (Red+Green+Blue) = 32+217+102=351 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.12% from 351); Green value is 217 (85.16% from 255 or 61.82% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 217 - color contains mainly: green. Hex color #20D966 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D966 is #DF2699. Grayscale: #949494. Windows color (decimal): -14624410 or 6740256. OLE color: 6740256.

HSL color Cylindrical-coordinate representation of color #20D966: hue angle of 142.7º 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 #20D966 is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 217 102 -
CMYK 0.85 0 0.53 0.15
HSL 142.7º 0.74% 0.49% -
HSV(B) 142.7º 0.85% 0.85% -
XYZ 27.81 50.89 20.93 -
YUV 148.58 101.71 44.85 -
System Red Green Blue C M Y K H S L
Decimal 32 217 102 0.85 0 0.53 0.15 142.7 0.74 0.49
Hex 20 D9 66 55 0 35 F 8F 4A 31
Octal 40 331 146 125 0 65 17 217 112 61
Binary 100000 11011001 1100110 1010101 0 110101 1111 10001111 1001010 110001

Color Harmonies of #20D966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D966

Black with #20D966

Text Example


Text Example

White with #20D966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,217,102); }

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

background-color css

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

 a { background-color: rgb(32,217,102); }

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

border-color css

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

 span { border-color: rgb(32,217,102); }

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