Html Css Color HEX #20E648 Malachite

📋 copy color: '#20E648'

red 32 ◦ green 230 ◦ blue 72

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

Shades of Malachite #20E648

Tints of Malachite #20E648

RGB

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

 GREEN value IS 230 (90.23% from 255) = 68.86%

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

R = 9.58%
G = 68.86%
B = 21.56%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#20E648 (or 0x20E648) is known color: Malachite. HEX triplet: 20, E6 and 48. RGB value is (32,230,72). Sum of RGB (Red+Green+Blue) = 32+230+72=334 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.58% from 334); Green value is 230 (90.23% from 255 or 68.86% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 230 - color contains mainly: green. Hex color #20E648 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20E648 is #DF19B7. Grayscale: #999999. Windows color (decimal): -14621112 or 4777504. OLE color: 4777504.

HSL color Cylindrical-coordinate representation of color #20E648: hue angle of 132.12º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E648 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 32 230 72 -
CMYK 0.86 0 0.69 0.10
HSL 132.12º 0.8% 0.51% -
HSV(B) 132.12º 0.86% 0.9% -
XYZ 30.06 57.37 15.62 -
YUV 152.79 82.4 41.85 -
System Red Green Blue C M Y K H S L
Decimal 32 230 72 0.86 0 0.69 0.10 132.12 0.8 0.51
Hex 20 E6 48 56 0 45 A 84 50 33
Octal 40 346 110 126 0 105 12 204 120 63
Binary 100000 11100110 1001000 1010110 0 1000101 1010 10000100 1010000 110011

Color Harmonies of #20E648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E648

Black with #20E648

Text Example


Text Example

White with #20E648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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