Html Css Color HEX #20D052 Malachite

📋 copy color: '#20D052'

red 32 ◦ green 208 ◦ blue 82

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

Shades of Malachite #20D052

Tints of Malachite #20D052

RGB

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

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

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

R = 9.94%
G = 64.6%
B = 25.47%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#20D052 (or 0x20D052) is known color: Malachite. HEX triplet: 20, D0 and 52. RGB value is (32,208,82). Sum of RGB (Red+Green+Blue) = 32+208+82=322 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.94% from 322); Green value is 208 (81.64% from 255 or 64.60% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 208 - color contains mainly: green. Hex color #20D052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D052 is #DF2FAD. Grayscale: #8D8D8D. Windows color (decimal): -14626734 or 5427232. OLE color: 5427232.

HSL color Cylindrical-coordinate representation of color #20D052: hue angle of 137.05º 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 #20D052 is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 208 82 -
CMYK 0.85 0 0.61 0.18
HSL 137.05º 0.73% 0.47% -
HSV(B) 137.05º 0.85% 0.82% -
XYZ 24.67 46.03 15.57 -
YUV 141.01 94.69 50.25 -
System Red Green Blue C M Y K H S L
Decimal 32 208 82 0.85 0 0.61 0.18 137.05 0.73 0.47
Hex 20 D0 52 55 0 3D 12 89 49 2F
Octal 40 320 122 125 0 75 22 211 111 57
Binary 100000 11010000 1010010 1010101 0 111101 10010 10001001 1001001 101111

Color Harmonies of #20D052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D052

Black with #20D052

Text Example


Text Example

White with #20D052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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