Html Css Color HEX #20E641 Malachite

📋 copy color: '#20E641'

red 32 ◦ green 230 ◦ blue 65

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

Shades of Malachite #20E641

Tints of Malachite #20E641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.88%

R = 9.79%
G = 70.34%
B = 19.88%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#20E641 (or 0x20E641) is known color: Malachite. HEX triplet: 20, E6 and 41. RGB value is (32,230,65). Sum of RGB (Red+Green+Blue) = 32+230+65=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 230 (90.23% from 255 or 70.34% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 230 - color contains mainly: green. Hex color #20E641 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20E641 is #DF19BE. Grayscale: #989898. Windows color (decimal): -14621119 or 4318752. OLE color: 4318752.

HSL color Cylindrical-coordinate representation of color #20E641: hue angle of 130º 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 #20E641 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 32 230 65 -
CMYK 0.86 0 0.72 0.10
HSL 130º 0.8% 0.51% -
HSV(B) 130º 0.86% 0.9% -
XYZ 29.85 57.28 14.48 -
YUV 151.99 78.9 42.42 -
System Red Green Blue C M Y K H S L
Decimal 32 230 65 0.86 0 0.72 0.10 130 0.8 0.51
Hex 20 E6 41 56 0 48 A 82 50 33
Octal 40 346 101 126 0 110 12 202 120 63
Binary 100000 11100110 1000001 1010110 0 1001000 1010 10000010 1010000 110011

Color Harmonies of #20E641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E641

Black with #20E641

Text Example


Text Example

White with #20E641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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