Html Css Color HEX #20D05D Malachite

📋 copy color: '#20D05D'

red 32 ◦ green 208 ◦ blue 93

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

Shades of Malachite #20D05D

Tints of Malachite #20D05D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 62.46%

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

R = 9.61%
G = 62.46%
B = 27.93%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#20D05D (or 0x20D05D) is known color: Malachite. HEX triplet: 20, D0 and 5D. RGB value is (32,208,93). Sum of RGB (Red+Green+Blue) = 32+208+93=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 208 (81.64% from 255 or 62.46% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 208 - color contains mainly: green. Hex color #20D05D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D05D is #DF2FA2. Grayscale: #8E8E8E. Windows color (decimal): -14626723 or 6148128. OLE color: 6148128.

HSL color Cylindrical-coordinate representation of color #20D05D: hue angle of 140.8º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D05D is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 208 93 -
CMYK 0.85 0 0.55 0.18
HSL 140.8º 0.73% 0.47% -
HSV(B) 140.8º 0.85% 0.82% -
XYZ 25.13 46.21 17.95 -
YUV 142.27 100.19 49.35 -
System Red Green Blue C M Y K H S L
Decimal 32 208 93 0.85 0 0.55 0.18 140.8 0.73 0.47
Hex 20 D0 5D 55 0 37 12 8D 49 2F
Octal 40 320 135 125 0 67 22 215 111 57
Binary 100000 11010000 1011101 1010101 0 110111 10010 10001101 1001001 101111

Color Harmonies of #20D05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D05D

Black with #20D05D

Text Example


Text Example

White with #20D05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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