Html Css Color HEX #20DD57 Malachite

📋 copy color: '#20DD57'

red 32 ◦ green 221 ◦ blue 87

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

Shades of Malachite #20DD57

Tints of Malachite #20DD57

RGB

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

 GREEN value IS 221 (86.72% from 255) = 65%

 BLUE value IS 87 (34.38% from 255) = 25.59%

R = 9.41%
G = 65%
B = 25.59%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#20DD57 (or 0x20DD57) is known color: Malachite. HEX triplet: 20, DD and 57. RGB value is (32,221,87). Sum of RGB (Red+Green+Blue) = 32+221+87=340 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.41% from 340); Green value is 221 (86.72% from 255 or 65% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DD57 is #DF22A8. Grayscale: #959595. Windows color (decimal): -14623401 or 5758240. OLE color: 5758240.

HSL color Cylindrical-coordinate representation of color #20DD57: hue angle of 137.46º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DD57 is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 221 87 -
CMYK 0.86 0 0.61 0.13
HSL 137.46º 0.75% 0.5% -
HSV(B) 137.46º 0.86% 0.87% -
XYZ 28.17 52.71 17.71 -
YUV 149.21 92.88 44.4 -
System Red Green Blue C M Y K H S L
Decimal 32 221 87 0.86 0 0.61 0.13 137.46 0.75 0.5
Hex 20 DD 57 56 0 3D D 89 4B 32
Octal 40 335 127 126 0 75 15 211 113 62
Binary 100000 11011101 1010111 1010110 0 111101 1101 10001001 1001011 110010

Color Harmonies of #20DD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DD57

Black with #20DD57

Text Example


Text Example

White with #20DD57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,221,87); }

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

background-color css

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

 a { background-color: rgb(32,221,87); }

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

border-color css

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

 span { border-color: rgb(32,221,87); }

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