Html Css Color HEX #20D752 Malachite

📋 copy color: '#20D752'

red 32 ◦ green 215 ◦ blue 82

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

Shades of Malachite #20D752

Tints of Malachite #20D752

RGB

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

 GREEN value IS 215 (84.38% from 255) = 65.35%

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

R = 9.73%
G = 65.35%
B = 24.92%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#20D752 (or 0x20D752) is known color: Malachite. HEX triplet: 20, D7 and 52. RGB value is (32,215,82). Sum of RGB (Red+Green+Blue) = 32+215+82=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 215 (84.38% from 255 or 65.35% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 215 - color contains mainly: green. Hex color #20D752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D752 is #DF28AD. Grayscale: #919191. Windows color (decimal): -14624942 or 5429024. OLE color: 5429024.

HSL color Cylindrical-coordinate representation of color #20D752: hue angle of 136.39º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D752 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 32 215 82 -
CMYK 0.85 0 0.62 0.16
HSL 136.39º 0.74% 0.48% -
HSV(B) 136.39º 0.85% 0.84% -
XYZ 26.42 49.52 16.15 -
YUV 145.12 92.37 47.31 -
System Red Green Blue C M Y K H S L
Decimal 32 215 82 0.85 0 0.62 0.16 136.39 0.74 0.48
Hex 20 D7 52 55 0 3E 10 88 4A 30
Octal 40 327 122 125 0 76 20 210 112 60
Binary 100000 11010111 1010010 1010101 0 111110 10000 10001000 1001010 110000

Color Harmonies of #20D752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D752

Black with #20D752

Text Example


Text Example

White with #20D752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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