Html Css Color HEX #20CD5D Malachite

📋 copy color: '#20CD5D'

red 32 ◦ green 205 ◦ blue 93

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

Shades of Malachite #20CD5D

Tints of Malachite #20CD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.18%

R = 9.7%
G = 62.12%
B = 28.18%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#20CD5D (or 0x20CD5D) is known color: Malachite. HEX triplet: 20, CD and 5D. RGB value is (32,205,93). Sum of RGB (Red+Green+Blue) = 32+205+93=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 205 (80.47% from 255 or 62.12% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 205 - color contains mainly: green. Hex color #20CD5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CD5D is #DF32A2. Grayscale: #8C8C8C. Windows color (decimal): -14627491 or 6147360. OLE color: 6147360.

HSL color Cylindrical-coordinate representation of color #20CD5D: hue angle of 141.16º 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 #20CD5D is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 205 93 -
CMYK 0.84 0 0.55 0.20
HSL 141.16º 0.73% 0.46% -
HSV(B) 141.16º 0.84% 0.8% -
XYZ 24.4 44.76 17.71 -
YUV 140.51 101.19 50.61 -
System Red Green Blue C M Y K H S L
Decimal 32 205 93 0.84 0 0.55 0.20 141.16 0.73 0.46
Hex 20 CD 5D 54 0 37 14 8D 49 2E
Octal 40 315 135 124 0 67 24 215 111 56
Binary 100000 11001101 1011101 1010100 0 110111 10100 10001101 1001001 101110

Color Harmonies of #20CD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CD5D

Black with #20CD5D

Text Example


Text Example

White with #20CD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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