Html Css Color HEX #20D648 Malachite

📋 copy color: '#20D648'

red 32 ◦ green 214 ◦ blue 72

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

Shades of Malachite #20D648

Tints of Malachite #20D648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.64%

R = 10.06%
G = 67.3%
B = 22.64%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#20D648 (or 0x20D648) is known color: Malachite. HEX triplet: 20, D6 and 48. RGB value is (32,214,72). Sum of RGB (Red+Green+Blue) = 32+214+72=318 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.06% from 318); Green value is 214 (83.98% from 255 or 67.30% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 214 - color contains mainly: green. Hex color #20D648 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D648 is #DF29B7. Grayscale: #8F8F8F. Windows color (decimal): -14625208 or 4773408. OLE color: 4773408.

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

Color convert

RGB 32 214 72 -
CMYK 0.85 0 0.66 0.16
HSL 133.19º 0.74% 0.48% -
HSV(B) 133.19º 0.85% 0.84% -
XYZ 25.81 48.87 14.2 -
YUV 143.39 87.7 48.55 -
System Red Green Blue C M Y K H S L
Decimal 32 214 72 0.85 0 0.66 0.16 133.19 0.74 0.48
Hex 20 D6 48 55 0 42 10 85 4A 30
Octal 40 326 110 125 0 102 20 205 112 60
Binary 100000 11010110 1001000 1010101 0 1000010 10000 10000101 1001010 110000

Color Harmonies of #20D648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D648

Black with #20D648

Text Example


Text Example

White with #20D648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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