Html Css Color HEX #20CD44 Malachite

📋 copy color: '#20CD44'

red 32 ◦ green 205 ◦ blue 68

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

Shades of Malachite #20CD44

Tints of Malachite #20CD44

RGB

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

 GREEN value IS 205 (80.47% from 255) = 67.21%

 BLUE value IS 68 (26.95% from 255) = 22.3%

R = 10.49%
G = 67.21%
B = 22.3%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#20CD44 (or 0x20CD44) is known color: Malachite. HEX triplet: 20, CD and 44. RGB value is (32,205,68). Sum of RGB (Red+Green+Blue) = 32+205+68=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 205 (80.47% from 255 or 67.21% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 205 - color contains mainly: green. Hex color #20CD44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CD44 is #DF32BB. Grayscale: #8A8A8A. Windows color (decimal): -14627516 or 4508960. OLE color: 4508960.

HSL color Cylindrical-coordinate representation of color #20CD44: hue angle of 132.49º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CD44 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 205 68 -
CMYK 0.84 0 0.67 0.20
HSL 132.49º 0.73% 0.46% -
HSV(B) 132.49º 0.84% 0.8% -
XYZ 23.47 44.39 12.8 -
YUV 137.66 88.69 52.64 -
System Red Green Blue C M Y K H S L
Decimal 32 205 68 0.84 0 0.67 0.20 132.49 0.73 0.46
Hex 20 CD 44 54 0 43 14 84 49 2E
Octal 40 315 104 124 0 103 24 204 111 56
Binary 100000 11001101 1000100 1010100 0 1000011 10100 10000100 1001001 101110

Color Harmonies of #20CD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CD44

Black with #20CD44

Text Example


Text Example

White with #20CD44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,205,68); }

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

background-color css

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

 a { background-color: rgb(32,205,68); }

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

border-color css

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

 span { border-color: rgb(32,205,68); }

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