Html Css Color HEX #20DD52 Malachite

📋 copy color: '#20DD52'

red 32 ◦ green 221 ◦ blue 82

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

Shades of Malachite #20DD52

Tints of Malachite #20DD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.48%

R = 9.55%
G = 65.97%
B = 24.48%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#20DD52 (or 0x20DD52) is known color: Malachite. HEX triplet: 20, DD and 52. RGB value is (32,221,82). Sum of RGB (Red+Green+Blue) = 32+221+82=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 221 (86.72% from 255 or 65.97% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DD52 is #DF22AD. Grayscale: #959595. Windows color (decimal): -14623406 or 5430560. OLE color: 5430560.

HSL color Cylindrical-coordinate representation of color #20DD52: hue angle of 135.87º 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 #20DD52 is Cyan = 0.86, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 221 82 -
CMYK 0.86 0 0.63 0.13
HSL 135.87º 0.75% 0.5% -
HSV(B) 135.87º 0.86% 0.87% -
XYZ 27.98 52.63 16.67 -
YUV 148.64 90.38 44.8 -
System Red Green Blue C M Y K H S L
Decimal 32 221 82 0.86 0 0.63 0.13 135.87 0.75 0.5
Hex 20 DD 52 56 0 3F D 88 4B 32
Octal 40 335 122 126 0 77 15 210 113 62
Binary 100000 11011101 1010010 1010110 0 111111 1101 10001000 1001011 110010

Color Harmonies of #20DD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DD52

Black with #20DD52

Text Example


Text Example

White with #20DD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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