Html Css Color HEX #20D652 Malachite

📋 copy color: '#20D652'

red 32 ◦ green 214 ◦ blue 82

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

Shades of Malachite #20D652

Tints of Malachite #20D652

RGB

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

 GREEN value IS 214 (83.98% from 255) = 65.24%

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

R = 9.76%
G = 65.24%
B = 25%

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

#20D652 (or 0x20D652) is known color: Malachite. HEX triplet: 20, D6 and 52. RGB value is (32,214,82). Sum of RGB (Red+Green+Blue) = 32+214+82=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 214 (83.98% from 255 or 65.24% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 214 - color contains mainly: green. Hex color #20D652 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D652 is #DF29AD. Grayscale: #909090. Windows color (decimal): -14625198 or 5428768. OLE color: 5428768.

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

Color convert

RGB 32 214 82 -
CMYK 0.85 0 0.62 0.16
HSL 136.48º 0.74% 0.48% -
HSV(B) 136.48º 0.85% 0.84% -
XYZ 26.17 49.01 16.06 -
YUV 144.53 92.7 47.73 -
System Red Green Blue C M Y K H S L
Decimal 32 214 82 0.85 0 0.62 0.16 136.48 0.74 0.48
Hex 20 D6 52 55 0 3E 10 88 4A 30
Octal 40 326 122 125 0 76 20 210 112 60
Binary 100000 11010110 1010010 1010101 0 111110 10000 10001000 1001010 110000

Color Harmonies of #20D652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D652

Black with #20D652

Text Example


Text Example

White with #20D652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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