Html Css Color HEX #20FA41 Malachite

📋 copy color: '#20FA41'

red 32 ◦ green 250 ◦ blue 65

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

Shades of Malachite #20FA41

Tints of Malachite #20FA41

RGB

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

 GREEN value IS 250 (98.05% from 255) = 72.05%

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

R = 9.22%
G = 72.05%
B = 18.73%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#20FA41 (or 0x20FA41) is known color: Malachite. HEX triplet: 20, FA and 41. RGB value is (32,250,65). Sum of RGB (Red+Green+Blue) = 32+250+65=347 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.22% from 347); Green value is 250 (98.05% from 255 or 72.05% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 250 - color contains mainly: green. Hex color #20FA41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20FA41 is #DF05BE. Grayscale: #A4A4A4. Windows color (decimal): -14615999 or 4323872. OLE color: 4323872.

HSL color Cylindrical-coordinate representation of color #20FA41: hue angle of 129.08º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FA41 is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 250 65 -
CMYK 0.87 0 0.74 0.02
HSL 129.08º 0.96% 0.55% -
HSV(B) 129.08º 0.87% 0.98% -
XYZ 35.74 69.06 16.45 -
YUV 163.73 72.28 34.04 -
System Red Green Blue C M Y K H S L
Decimal 32 250 65 0.87 0 0.74 0.02 129.08 0.96 0.55
Hex 20 FA 41 57 0 4A 2 81 60 37
Octal 40 372 101 127 0 112 2 201 140 67
Binary 100000 11111010 1000001 1010111 0 1001010 10 10000001 1100000 110111

Color Harmonies of #20FA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FA41

Black with #20FA41

Text Example


Text Example

White with #20FA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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